VirtualMachinePriorityType 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.
Specifies the priority for a standalone virtual machine or the virtual machines in the scale set. 'Low' enum will be deprecated in the future, please use 'Spot' as the enum to deploy Azure Spot VM/VMSS.
public readonly struct VirtualMachinePriorityType : IEquatable<Azure.ResourceManager.Compute.Models.VirtualMachinePriorityType>
type VirtualMachinePriorityType = struct
Public Structure VirtualMachinePriorityType
Implements IEquatable(Of VirtualMachinePriorityType)
- Inheritance
-
VirtualMachinePriorityType
- Implements
Constructors
VirtualMachinePriorityType(String) |
Initializes a new instance of VirtualMachinePriorityType. |
Properties
Low |
Low. |
Regular |
Regular. |
Spot |
Spot. |
Methods
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
Equality(VirtualMachinePriorityType, VirtualMachinePriorityType) |
Determines if two VirtualMachinePriorityType values are the same. |
Implicit(String to VirtualMachinePriorityType) |
Converts a String to a VirtualMachinePriorityType. |
Inequality(VirtualMachinePriorityType, VirtualMachinePriorityType) |
Determines if two VirtualMachinePriorityType values are not the same. |
Applies to
Azure SDK for .NET