次の方法で共有


IHDInsightAsyncClient.DeleteClusterAsync メソッド

定義

オーバーロード

DeleteClusterAsync(String)

HDInsight クラスターを削除する要求を送信します。

DeleteClusterAsync(String, String)

HDInsight クラスターを削除する要求を送信します。

DeleteClusterAsync(String)

HDInsight クラスターを削除する要求を送信します。

public System.Threading.Tasks.Task DeleteClusterAsync (string name);
abstract member DeleteClusterAsync : string -> System.Threading.Tasks.Task
Public Function DeleteClusterAsync (name As String) As Task

パラメーター

name
String

HDInsight クラスターの名前。

戻り値

DeleteCluster 要求を送信するタスク。

適用対象

DeleteClusterAsync(String, String)

HDInsight クラスターを削除する要求を送信します。

public System.Threading.Tasks.Task DeleteClusterAsync (string name, string location);
abstract member DeleteClusterAsync : string * string -> System.Threading.Tasks.Task
Public Function DeleteClusterAsync (name As String, location As String) As Task

パラメーター

name
String

HDInsight クラスターの名前。

location
String

HDInsight クラスターの場所。

戻り値

DeleteCluster 要求を送信するタスク。

適用対象