次の方法で共有


CapacityReservationGroup.Zones プロパティ

定義

この容量予約グループに使用する availability 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

適用対象