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