IManagedClusterAgentPoolProfileProperties.ScaleSetPriority 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.
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