HDInsightClusterProvisioningState 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 provisioning state, which only appears in the response.
public readonly struct HDInsightClusterProvisioningState : IEquatable<Azure.ResourceManager.HDInsight.Models.HDInsightClusterProvisioningState>
type HDInsightClusterProvisioningState = struct
Public Structure HDInsightClusterProvisioningState
Implements IEquatable(Of HDInsightClusterProvisioningState)
- Inheritance
-
HDInsightClusterProvisioningState
- Implements
Constructors
HDInsightClusterProvisioningState(String) |
Initializes a new instance of HDInsightClusterProvisioningState. |
Properties
Canceled |
Canceled. |
Deleting |
Deleting. |
Failed |
Failed. |
InProgress |
InProgress. |
Succeeded |
Succeeded. |
Methods
Equals(HDInsightClusterProvisioningState) |
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(HDInsightClusterProvisioningState, HDInsightClusterProvisioningState) |
Determines if two HDInsightClusterProvisioningState values are the same. |
Implicit(String to HDInsightClusterProvisioningState) |
Converts a string to a HDInsightClusterProvisioningState. |
Inequality(HDInsightClusterProvisioningState, HDInsightClusterProvisioningState) |
Determines if two HDInsightClusterProvisioningState values are not the same. |
Applies to
Azure SDK for .NET