次の方法で共有


ClustersOperationsExtensions.BeginDelete メソッド

定義

指定した HDInsight クラスターを削除します。

public static void BeginDelete (this Microsoft.Azure.Management.HDInsight.IClustersOperations operations, string resourceGroupName, string clusterName);
static member BeginDelete : Microsoft.Azure.Management.HDInsight.IClustersOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (operations As IClustersOperations, resourceGroupName As String, clusterName As String)

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

clusterName
String

クラスターの名前です。

適用対象