Share via


ManagedClusterAgentPoolProfileProperties.MinCount Property

Definition

Gets or sets the minimum number of nodes for auto-scaling

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to