Share via


DedicatedHostGroupUpdate.Zones プロパティ

定義

このホスト グループに使用する可用性ゾーンを取得または設定します。 1 つのゾーンのみがサポートされています。 ゾーンは作成時にのみ割り当てることができます。 指定しない場合、グループはリージョン内のすべてのゾーンをサポートします。 指定した場合、グループ内の各ホストが同じゾーンに配置されます。

[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

適用対象