AgentPoolScaleProfile.Autoscale Property

Definition

Specifications on how to auto-scale the VirtualMachines agent pool within a predefined size range. Each profile targets a specific VM SKU and is evaluated independently. Scaling decisions across profiles are governed by the cluster autoscaler expander, configurable via ManagedCluster.properties.autoScalerProfile.expander.

public System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.AgentPoolAutoScaleProfile> Autoscale { get; }
member this.Autoscale : System.Collections.Generic.IList<Azure.ResourceManager.ContainerService.Models.AgentPoolAutoScaleProfile>
Public ReadOnly Property Autoscale As IList(Of AgentPoolAutoScaleProfile)

Property Value

Applies to