다음을 통해 공유


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

설명

클러스터의 할당 상태입니다. 가능한 값은 steady - 클러스터의 크기가 조정되지 않음을 나타냅니다. 진행 중인 클러스터의 컴퓨팅 노드 수는 변경되지 않습니다. 클러스터를 만들 때와 컴퓨팅 노드 수를 변경하기 위해 클러스터에서 작업을 수행하지 않을 때 이 상태가 됩니다. 크기 조정 - 클러스터 크기 조정 중임을 나타냅니다. 즉, 컴퓨팅 노드가 클러스터에 추가되거나 클러스터에서 제거됩니다. 가능한 값은 'steady', 'resize'입니다.

적용 대상