Share via


Cluster.NodeStateCounts Property

Definition

Gets node state counts.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeStateCounts")]
public Microsoft.Azure.Management.BatchAI.Models.NodeStateCounts NodeStateCounts { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nodeStateCounts")>]
member this.NodeStateCounts : Microsoft.Azure.Management.BatchAI.Models.NodeStateCounts
Public ReadOnly Property NodeStateCounts As NodeStateCounts

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Counts of various node states on the cluster.

Applies to