NodeCounts.Offline Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to