Share via


Pool.CurrentDedicatedNodes Property

Definition

Gets the number of dedicated compute nodes currently in the pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to