ClusterDeploymentState Enum
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 enum ClusterDeploymentState
type ClusterDeploymentState =
Public Enum ClusterDeploymentState
- Inheritance
-
ClusterDeploymentState
Fields
Name | Value | Description |
---|---|---|
Accepted | 0 | The request has been accepted |
ClusterStorageProvisioned | 1 | The cluster storage is provisioned |
AzureVMConfiguration | 2 | The azure VM is in configuration |
HdInsightConfiguration | 3 | HDInsight is installing |
PatchQueued | 4 | A patch has been initiated. |
Deleting | 5 | The clusters is deleting |
DeleteQueued | 6 | The cluster is queued for delete |
Deleted | 7 | The cluster was deleted |
Aborted | 8 | The cluster was queued for delete before reaching operational or running state |
Timedout | 9 | The cluster did not move to operational or running within a specified time |
Operational | 10 | The greater than 90% of the nodes are operational |
Running | 11 | %100 of the cluster nodes are running |
Error | 12 | Cluster is in the error state |
CertRolloverQueued | 13 | A cluster cert rollover has been queued. |
Applies to
Azure SDK for .NET