次の方法で共有


NetworkProfileInner.ContainerNetworkInterfaceConfigurations プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象