Share via


AgentPoolInner.MinCount Property

Definition

Gets or sets minimum number of nodes for auto-scaling

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to