ClusterProvisioningStatusEventArgs(ClusterDetails, ClusterState) Constructor
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.
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.