次の方法で共有


CapacityReservation.Zones プロパティ

定義

この容量予約に使用する可用性ゾーンを取得または設定します。 ゾーンは 1 つの値である必要があり、容量予約グループの作成時に指定されたゾーンの一覧にも含める必要があります。 ゾーンは作成時にのみ割り当てることができます。 指定しない場合、予約ではゾーン以外のデプロイのみがサポートされます。 指定されている場合は、この容量予約を使用して VM/VMSS を同じゾーンに適用します。

[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

適用対象