다음을 통해 공유


Cluster.CurrentNodeCount 속성

정의

현재 노드 수를 가져옵니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.currentNodeCount")]
public int? CurrentNodeCount { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.currentNodeCount")>]
member this.CurrentNodeCount : Nullable<int>
Public ReadOnly Property CurrentNodeCount As Nullable(Of Integer)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

현재 클러스터에 할당된 컴퓨팅 노드 수입니다.

적용 대상