VmPriority 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.
VM priority for a compute pool.
public readonly struct VmPriority : IEquatable<Azure.ResourceManager.CognitiveServices.Models.VmPriority>
type VmPriority = struct
Public Structure VmPriority
Implements IEquatable(Of VmPriority)
- Inheritance
-
VmPriority
- Implements
Constructors
| Name | Description |
|---|---|
| VmPriority(String) |
Initializes a new instance of VmPriority. |
Properties
| Name | Description |
|---|---|
| LowPriority |
Low-priority VM. |
| Regular |
Regular VM priority. |
Methods
| Name | Description |
|---|---|
| Equals(VmPriority) |
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(VmPriority, VmPriority) |
Determines if two VmPriority values are the same. |
| Implicit(String to Nullable<VmPriority>) | |
| Implicit(String to VmPriority) |
Converts a string to a VmPriority. |
| Inequality(VmPriority, VmPriority) |
Determines if two VmPriority values are not the same. |