Pool.CurrentLowPriorityNodes Property

Definition

Gets the number of Spot/low-priority compute nodes currently in the pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to