次の方法で共有


ClustersOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IClustersOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

適用対象