Freigeben über


IManagedClusterAgentPoolProfileProperties.ScaleSetPriority Property

Definition

The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetPriority) }, ReadOnly=false, Required=false, SerializedName="scaleSetPriority")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetPriority? ScaleSetPriority { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The Virtual Machine Scale Set priority. If not specified, the default is 'Regular'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetPriority) }, ReadOnly=false, Required=false, SerializedName="scaleSetPriority")>]
member this.ScaleSetPriority : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetPriority> with get, set
Public Property ScaleSetPriority As Nullable(Of ScaleSetPriority)

Property Value

Attributes

Applies to