ManagedClusterAgentPoolProfileProperties.EnableAutoScaling Property

Definition

Gets or sets whether to enable auto-scaler

[Newtonsoft.Json.JsonProperty(PropertyName="enableAutoScaling")]
public bool? EnableAutoScaling { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enableAutoScaling")>]
member this.EnableAutoScaling : Nullable<bool> with get, set
Public Property EnableAutoScaling As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to