ContainerPortConstruct Properties
ClassProperties2 members
Represents a single port entry in a container's
ports block. The port the application listens on inside the container.
public BicepValue<int> ContainerPort { get; set; }The transport protocol (
TCP or UDP).public BicepValue<string> Protocol { get; set; }