次の方法で共有


AgentPoolInner.AvailabilityZones プロパティ

定義

ノードの可用性ゾーンを取得または設定します。 VirtualMachineScaleSets AgentPoolType を使用する必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.availabilityZones")]
public System.Collections.Generic.IList<string> AvailabilityZones { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.availabilityZones")>]
member this.AvailabilityZones : System.Collections.Generic.IList<string> with get, set
Public Property AvailabilityZones As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象