Share via


NetworkProfile.ContainerNetworkInterfaces Property

Definition

Gets list of child container network interfaces.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to