HDInsightOSType Struct

Definition

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

HDInsightOSType(String)

Initializes a new instance of HDInsightOSType.

Properties

Linux

Linux.

Windows

Windows.

Methods

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

Equality(HDInsightOSType, HDInsightOSType)

Determines if two HDInsightOSType values are the same.

Implicit(String to HDInsightOSType)

Converts a string to a HDInsightOSType.

Inequality(HDInsightOSType, HDInsightOSType)

Determines if two HDInsightOSType values are not the same.

Applies to