共用方式為


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

備註

叢集的配置狀態。 可能的值為:穩定 - 表示叢集未調整大小。 叢集中的計算節點數目沒有任何變更。 叢集會在建立叢集時,以及叢集上未執行任何作業來變更計算節點數目時,進入此狀態。 調整大小 - 指出叢集正在調整大小;也就是說,計算節點會新增至叢集或從叢集中移除。 可能的值包括:'穩定'、'resizing'

適用於