AgentPoolScaleProfile.Autoscale Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)