ClusterContainerState Enumeration
Namespace: Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013
Assembly: Microsoft.WindowsAzure.Management.HDInsight.Contracts (in Microsoft.WindowsAzure.Management.HDInsight.Contracts.dll)
Syntax
'Declaration
Public Enumeration ClusterContainerState
'Usage
Dim instance As ClusterContainerState
public enum ClusterContainerState
public enum class ClusterContainerState
type ClusterContainerState
public enum ClusterContainerState
Members
| Member name | Description | |
|---|---|---|
| Aborted | The cluster was queued for delete before reaching operational or running state | |
| Accepted | A create container was received but a HostService DNS name has not been created yet | |
| ClusterConfigured | A valid azure cloud service deployment/Cluster is running in the container | |
| Deleted | The cluster was deleted | |
| DeleteQueued | Deployment and or Container Delete request queued | |
| Deleting | Deployment or Container is being deleted | |
| Error | Container is in error state | |
| ReadyForDeployment | The DNS name has been successfully validated and a Azure HostedService has been created | |
| Timedout | The cluster did not move to operational or running within a specified time |
See Also
Reference
Microsoft.WindowsAzure.Management.HDInsight.Contracts.March2013 Namespace