ScaleSetPriority Struct
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetPriorityTypeConverter))]
public struct ScaleSetPriority : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetPriority>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.ScaleSetPriorityTypeConverter))>]
type ScaleSetPriority = struct
interface IArgumentCompleter
Public Structure ScaleSetPriority
Implements IArgumentCompleter, IEquatable(Of ScaleSetPriority)
- Inheritance
-
ScaleSetPriority
- Attributes
- Implements
Fields
Regular |
Regular VMs will be used. |
Spot |
Spot priority VMs will be used. There is no SLA for spot nodes. See spot on AKS for more information. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type ScaleSetPriority (override for Object) |
Equals(ScaleSetPriority) |
Compares values of enum type ScaleSetPriority |
GetHashCode() |
Returns hashCode for enum ScaleSetPriority |
ToString() |
Returns string representation for ScaleSetPriority |
Operators
Equality(ScaleSetPriority, ScaleSetPriority) |
Overriding == operator for enum ScaleSetPriority |
Implicit(ScaleSetPriority to String) |
Implicit operator to convert ScaleSetPriority to string |
Implicit(String to ScaleSetPriority) |
Implicit operator to convert string to ScaleSetPriority |
Inequality(ScaleSetPriority, ScaleSetPriority) |
Overriding != operator for enum ScaleSetPriority |