你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CapacityReservationGroup.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

适用于