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

Cluster.AllocationState 属性

定义

获取分配状态。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.allocationState")]
public string AllocationState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.allocationState")>]
member this.AllocationState : string
Public ReadOnly Property AllocationState As String

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

群集的分配状态。 可能的值为:稳定 - 指示群集未调整大小。 群集中正在进行的计算节点数没有更改。 群集在创建时进入此状态,并且群集上未执行任何操作来更改计算节点数。 调整大小 - 指示群集正在调整大小;也就是说,正在群集中添加或删除计算节点。 可能的值包括:“稳定”、“调整大小”

适用于