Freigeben über


DatabasesOperationsExtensions.RemovePrincipals Methode

Definition

Entfernen Sie datenbankprinzipale Berechtigungen.

public static Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListResult RemovePrincipals (this Microsoft.Azure.Management.Kusto.IDatabasesOperations operations, string resourceGroupName, string clusterName, string databaseName, Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListRequest databasePrincipalsToRemove);
static member RemovePrincipals : Microsoft.Azure.Management.Kusto.IDatabasesOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListRequest -> Microsoft.Azure.Management.Kusto.Models.DatabasePrincipalListResult
<Extension()>
Public Function RemovePrincipals (operations As IDatabasesOperations, resourceGroupName As String, clusterName As String, databaseName As String, databasePrincipalsToRemove As DatabasePrincipalListRequest) As DatabasePrincipalListResult

Parameter

operations
IDatabasesOperations

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.

databasePrincipalsToRemove
DatabasePrincipalListRequest

Liste der zu entfernenden Datenbankprinzipale.

Gibt zurück

Gilt für: