次の方法で共有


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

プールのサイズは変更されましたが、ユーザーはサイズ変更の停止を要求しましたが、停止要求はまだ完了していません。

適用対象