Freigeben über


ScriptsOperationsExtensions.Delete Methode

Definition

Löscht ein Kusto principalAssignment.

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

Parameter

operations
IScriptsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den Kusto-Cluster enthält.

clusterName
String

Der Name des Kusto-Clusters.

databaseName
String

Der Name der Datenbank im Kusto-Cluster.

scriptName
String

Der Name des Kusto-Datenbankskripts.

Gilt für: