NodeCounts.Deallocated Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to