Share via


NodeStateCounts.IdleNodeCount Property

Definition

Gets idle node count.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Number of compute nodes in idle state.

Applies to