ClusterState Enumeration
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
Public Enumeration ClusterState
'Usage
Dim instance As ClusterState
public enum ClusterState
public enum class ClusterState
type ClusterState
public enum ClusterState
Members
| Member name | Description | |
|---|---|---|
| Accepted | A create container was received but a HostService DNS name has not been created yet | |
| AzureVMConfiguration | The Azure compute fabric is provisioning VM's prior to HDInsight installation | |
| ClusterStorageProvisioned | The cluster storage is provisioned | |
| DeletePending | Deployment and or Container Delete request queued | |
| Deleting | Deployment or Container is being deleted | |
| Error | Container is in error state | |
| HdInsightConfiguration | VM provisioning is complete and the HDInsight components are installing | |
| Operational | Greater than 90% of the nodes are operational | |
| PatchQueued | A patch has been initiated. | |
| ReadyForDeployment | The DNS name has been successfully validated and a Azure HostedService has been created | |
| Running | 100% of the nodes are running | |
| Unknown | Unable to read state. Check Error for details |
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.May2013 Namespace