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