次の方法で共有


NetworkProfile.ContainerNetworkInterfaces プロパティ

定義

子コンテナー ネットワーク インターフェイスの一覧を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象