Share via


ContainerPort.Port Property

Definition

Gets or sets the port number exposed within the container group.

[Newtonsoft.Json.JsonProperty(PropertyName="port")]
public int Port { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="port")>]
member this.Port : int with get, set
Public Property Port As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to