HDInsightRoleName Struct

Definition

The HDInsightRoleName.

public readonly struct HDInsightRoleName : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightRoleName>
type HDInsightRoleName = struct
Public Structure HDInsightRoleName
Implements IEquatable(Of HDInsightRoleName)
Inheritance
HDInsightRoleName
Implements

Constructors

HDInsightRoleName(String)

Initializes a new instance of HDInsightRoleName.

Properties

Workernode

workernode.

Methods

Equals(HDInsightRoleName)

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(HDInsightRoleName, HDInsightRoleName)

Determines if two HDInsightRoleName values are the same.

Implicit(String to HDInsightRoleName)

Converts a string to a HDInsightRoleName.

Inequality(HDInsightRoleName, HDInsightRoleName)

Determines if two HDInsightRoleName values are not the same.

Applies to