共用方式為


AllocationState 列舉

定義

定義 AllocationState 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AllocationState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AllocationState = 
Public Enum AllocationState
繼承
AllocationState
屬性
Newtonsoft.Json.JsonConverterAttribute

欄位

Resizing 1

集區調整大小;也就是說,計算節點會新增至集區或從集區中移除。

Steady 0

集區未調整大小。 集區中的節點數目沒有任何變更。 集區會在建立集區時進入此狀態,以及在集區上未執行任何作業以變更節點數目時。

Stopping 2

集區已調整大小,但使用者已要求停止調整大小,但停止要求尚未完成。

適用於