ClusterProvisioningStatusEventArgs(ClusterDetails, ClusterState) Constructor

Definition

Initializes a new instance of the ClusterProvisioningStatusEventArgs class.

public ClusterProvisioningStatusEventArgs (Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails clusterDetails, Microsoft.WindowsAzure.Management.HDInsight.ClusterState clusterState);
new Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioningStatusEventArgs : Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails * Microsoft.WindowsAzure.Management.HDInsight.ClusterState -> Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioningStatusEventArgs
Public Sub New (clusterDetails As ClusterDetails, clusterState As ClusterState)

Parameters

clusterDetails
ClusterDetails

Details of the cluster being provisioned.

clusterState
ClusterState

Current state of the cluster.

Applies to