Condividi tramite


IManagedCluster.AutoScalerProfileExpander Property

Definition

The expander to use when scaling up. If not specified, the default is 'random'. See expanders for more information.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "least-waste", "most-pods", "priority", "random" })]
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The expander to use when scaling up. If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="expander", Update=true)]
public string AutoScalerProfileExpander { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.PSArgumentCompleter(new System.String[] { "least-waste", "most-pods", "priority", "random" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="The expander to use when scaling up. If not specified, the default is 'random'. See [expanders](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#what-are-expanders) for more information.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="expander", Update=true)>]
member this.AutoScalerProfileExpander : string with get, set
Public Property AutoScalerProfileExpander As String

Property Value

Attributes

Applies to