ClusterProvisioningStatusEventArgs Class

Definition

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.

Applies to