다음을 통해 공유


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

풀의 크기가 조정되었지만 사용자가 크기 조정을 중지하도록 요청했지만 중지 요청은 아직 완료되지 않았습니다.

적용 대상