Share via


VirtualMachineScaleSet.Zones プロパティ

定義

仮想マシン スケール セット ゾーンを取得または設定します。 注: 可用性ゾーンは、スケール セットを作成するときにのみ設定できます

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象