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