ClusterState Enumeration

 

Note

This version of the HDInsight .NET SDK is deprecated and will be removed by January 1, 2017. You are encouraged to use the newer ARM-based version of HDInsight .NET SDK going forward. For instructions on how to use the new HDInsight .NET SDK to create a cluster, see Create HDInsight Linux clusters using .NET SDK. For instructions on how to submit jobs using the new .NET SDK and other approaches, see Submit jobs to an HDInsight cluster. The HDInsight SDK reference for the newer version is available at HDInsight .NET SDK Reference.

Possible states of an HDInsight cluster.

Namespace:   Microsoft.WindowsAzure.Management.HDInsight
Assembly:  Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)

Syntax

public enum ClusterState
public enum class ClusterState
type ClusterState
Public Enumeration 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.

CertRolloverQueued

A cluster cert rollover queued.

ClusterCustomization

Cluster is customizing.

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

The 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.

ResizeQueued

A resize has been initialized.

Running

100% of the nodes are running.

TimedOut

Cluster provisioning has timed out.

Unknown

Container is in unkown state.

Remarks

The state of the cluster is returned by the State property.

See Also

Microsoft.WindowsAzure.Management.HDInsight Namespace

Return to top