Share via


NodeCounts.Creating Property

Definition

Gets or sets the number of Compute Nodes in the creating state.

[Newtonsoft.Json.JsonProperty(PropertyName="creating")]
public int Creating { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="creating")>]
member this.Creating : int with get, set
Public Property Creating As Integer

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to