Freigeben über


IManagedClusterPropertiesAutoScalerProfile.Expander 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? Expander { 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.Expander : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.Expander> with get, set
Public Property Expander As Nullable(Of Expander)

Property Value

Attributes

Applies to