ContainerNetworkInterface.IpConfigurations Property

Definition

Gets reference to the ip configuration on this container nic.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceIpConfiguration> IpConfigurations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ipConfigurations")>]
member this.IpConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ContainerNetworkInterfaceIpConfiguration>
Public ReadOnly Property IpConfigurations As IList(Of ContainerNetworkInterfaceIpConfiguration)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to