NodeStateCounts.IdleNodeCount 속성

정의

유휴 노드 수를 가져옵니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

유휴 상태의 컴퓨팅 노드 수입니다.

적용 대상