Share via


Cluster.CurrentNodeCount Property

Definition

Gets current node count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The number of compute nodes currently assigned to the cluster.

Applies to