Share via


IpAddress.Ports Property

Definition

Gets or sets the list of ports exposed on the container group.

[Newtonsoft.Json.JsonProperty(PropertyName="ports")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.Port> Ports { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ports")>]
member this.Ports : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Models.Port> with get, set
Public Property Ports As IList(Of Port)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to