次の方法で共有


ContainerServiceNetworkProfile.NetworkPlugin プロパティ

定義

Kubernetes ネットワークの構築に使用されるネットワーク プラグインを取得または設定します。 使用可能な値は、'azure'、'kubenet' です。

[Newtonsoft.Json.JsonProperty(PropertyName="networkPlugin")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkPlugin NetworkPlugin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="networkPlugin")>]
member this.NetworkPlugin : Microsoft.Azure.Management.ContainerService.Fluent.Models.NetworkPlugin with get, set
Public Property NetworkPlugin As NetworkPlugin

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象