MachineLearningOSType 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.
Compute OS Type.
public readonly struct MachineLearningOSType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningOSType>
type MachineLearningOSType = struct
Public Structure MachineLearningOSType
Implements IEquatable(Of MachineLearningOSType)
- Inheritance
-
MachineLearningOSType
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningOSType(String) |
Initializes a new instance of MachineLearningOSType. |
Properties
| Name | Description |
|---|---|
| Linux |
Linux. |
| Windows |
Windows. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningOSType) |
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(MachineLearningOSType, MachineLearningOSType) |
Determines if two MachineLearningOSType values are the same. |
| Implicit(String to MachineLearningOSType) |
Converts a String to a MachineLearningOSType. |
| Inequality(MachineLearningOSType, MachineLearningOSType) |
Determines if two MachineLearningOSType values are not the same. |