AutoScaleSettings.MinimumNodeCount Property

Definition

Gets or sets minimum node count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The minimum number of compute nodes the Batch AI service will try to allocate for the cluster. Note, the actual number of nodes can be less than the specified value if the subscription has not enough quota to fulfill the request.

Applies to