Share via


NodeStateCounts.PreparingNodeCount Property

Definition

Gets preparing node count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Number of compute nodes which are being prepared.

Applies to