AutoScaleSettings.MaximumNodeCount Property

Definition

Gets or sets maximum node count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The maximum number of compute nodes the cluster can have.

Applies to