你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IManagedClusterProperties.AutoScalerProfileExpander Property

Definition

If not specified, the default is 'random'. See expanders for more information.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="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(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Expander) }, ReadOnly=false, Required=false, SerializedName="expander")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Expander? AutoScalerProfileExpander { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="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(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Expander) }, ReadOnly=false, Required=false, SerializedName="expander")>]
member this.AutoScalerProfileExpander : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Expander> with get, set
Public Property AutoScalerProfileExpander As Nullable(Of Expander)

Property Value

Attributes

Applies to