Share via


NetworkProfile.ContainerNetworkInterfaceConfigurations Property

Definition

Gets or sets list of chid container network interface configurations.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to