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
| Name | Description |
|---|---|
| MachineLearningOperatingSystemType(String) |
Initializes a new instance of MachineLearningOperatingSystemType. |
Properties
| Name | Description |
|---|---|
| Linux |
Gets the Linux. |
| Windows |
Gets the Windows. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(MachineLearningOperatingSystemType, MachineLearningOperatingSystemType) |
Determines if two MachineLearningOperatingSystemType values are the same. |
| Implicit(String to MachineLearningOperatingSystemType) |
Converts a string to a MachineLearningOperatingSystemType. |
| Implicit(String to Nullable<MachineLearningOperatingSystemType>) | |
| Inequality(MachineLearningOperatingSystemType, MachineLearningOperatingSystemType) |
Determines if two MachineLearningOperatingSystemType values are not the same. |