Sprog

VirtualMachinePriorityType Struct

Definition

Specifies the priority for a standalone virtual machine or the virtual machines in the scale set.

public readonly struct VirtualMachinePriorityType : IEquatable<Azure.ResourceManager.Compute.Models.VirtualMachinePriorityType>
type VirtualMachinePriorityType = struct
Public Structure VirtualMachinePriorityType
Implements IEquatable(Of VirtualMachinePriorityType)
Inheritance
VirtualMachinePriorityType
Implements

Constructors

Name Description
VirtualMachinePriorityType(String)

Initializes a new instance of VirtualMachinePriorityType.

Properties

Name Description
Low

Low priority for a standalone virtual machine or the virtual machines in the scale set. Will be Deprecated, use Spot instead.

Regular

Regular Priority for a standalone virtual machine or the virtual machines in the scale set. This is the default priority and it will be used to deploy regular VM/VMSS.

Spot

Spot priority for a standalone virtual machine or the virtual machines in the scale set.

SpotPlus

SpotPlus priority for a standalone virtual machine or the virtual machines in the scale set. This is an enum value that will be used to deploy Azure Spot Plus VM/VMSS, which is the next generation of Azure Spot VM/VMSS with more reliability and longer running time.

Methods

Name Description
Equals(VirtualMachinePriorityType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(VirtualMachinePriorityType, VirtualMachinePriorityType)

Determines if two VirtualMachinePriorityType values are the same.

Implicit(String to Nullable<VirtualMachinePriorityType>)
Implicit(String to VirtualMachinePriorityType)

Converts a string to a VirtualMachinePriorityType.

Inequality(VirtualMachinePriorityType, VirtualMachinePriorityType)

Determines if two VirtualMachinePriorityType values are not the same.

Applies to