Share via


NodeStateCounts.UnusableNodeCount Property

Definition

Gets unusable node count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Number of compute nodes which are in unusable state.

Applies to