MachineLearningVmTier 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 type of the VM.
public readonly struct MachineLearningVmTier : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningVmTier>
type MachineLearningVmTier = struct
Public Structure MachineLearningVmTier
Implements IEquatable(Of MachineLearningVmTier)
- Inheritance
-
MachineLearningVmTier
- Implements
Constructors
MachineLearningVmTier(String) |
Initializes a new instance of MachineLearningVmTier. |
Properties
LowPriority |
LowPriority. |
Spot |
Spot. |
Standard |
Standard. |
Methods
Equals(MachineLearningVmTier) |
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(MachineLearningVmTier, MachineLearningVmTier) |
Determines if two MachineLearningVmTier values are the same. |
Implicit(String to MachineLearningVmTier) |
Converts a string to a MachineLearningVmTier. |
Inequality(MachineLearningVmTier, MachineLearningVmTier) |
Determines if two MachineLearningVmTier values are not the same. |
Applies to
Azure SDK for .NET