次の方法で共有


NetworkProfile.ContainerNetworkInterfaceConfigurations プロパティ

定義

カイド コンテナー のネットワーク インターフェイス構成の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象