Freigeben über


ScriptsOperationsExtensions.DeleteAsync Methode

Definition

Löscht ein Kusto principalAssignment.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Kusto.IScriptsOperations operations, string resourceGroupName, string clusterName, string databaseName, string scriptName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Kusto.IScriptsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IScriptsOperations, resourceGroupName As String, clusterName As String, databaseName As String, scriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

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.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: