Share via


IAgentPool.EnableAutoScaling Property

Definition

Whether to enable auto-scaler. Default value is false

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Whether to enable auto-scaler. Default value is false", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutoScaling", Update=true)]
public bool? EnableAutoScaling { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=true, Description="Whether to enable auto-scaler. Default value is false", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="enableAutoScaling", Update=true)>]
member this.EnableAutoScaling : Nullable<bool> with get, set
Public Property EnableAutoScaling As Nullable(Of Boolean)

Property Value

Attributes

Applies to