次の方法で共有


IHDInsightAsyncClient.RaiseClusterProvisioningEvent メソッド

定義

クラスター プロビジョニング イベントを発生させます。

public void RaiseClusterProvisioningEvent(object sender, Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioningStatusEventArgs e);
abstract member RaiseClusterProvisioningEvent : obj * Microsoft.WindowsAzure.Management.HDInsight.ClusterProvisioningStatusEventArgs -> unit
Public Sub RaiseClusterProvisioningEvent (sender As Object, e As ClusterProvisioningStatusEventArgs)

パラメーター

sender
Object

IHDInsightManagementPocoClient インスタンス。

e
ClusterProvisioningStatusEventArgs

イベントの EventArgs。

適用対象