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