次の方法で共有


ClustersOperationsExtensions.BeginDelete メソッド

定義

Kusto クラスターを削除します。

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

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

適用対象