ClusterProvisioningStatusEventArgs Class
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.
EventArgs for the ClusterProvisioning event on the IHDInsightClient.
public sealed class ClusterProvisioningStatusEventArgs : EventArgs
type ClusterProvisioningStatusEventArgs = class
inherit EventArgs
Public NotInheritable Class ClusterProvisioningStatusEventArgs
Inherits EventArgs
- Inheritance
-
ClusterProvisioningStatusEventArgs
Constructors
ClusterProvisioningStatusEventArgs(ClusterDetails, ClusterState) |
Initializes a new instance of the ClusterProvisioningStatusEventArgs class. |
Properties
Cluster |
Gets the HDInsightCluster being provisioned. |
State |
Gets the current state of the HDInsight cluster. |