Condividi tramite


IManagedClusterAgentPoolProfileProperties.MinCount Property

Definition

The minimum number of nodes for auto-scaling

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The minimum number of nodes for auto-scaling", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="minCount")]
public int? MinCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The minimum number of nodes for auto-scaling", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="minCount")>]
member this.MinCount : Nullable<int> with get, set
Public Property MinCount As Nullable(Of Integer)

Property Value

Attributes

Applies to