KustoDatabaseResource.RemovePrincipals Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Entfernen Sie datenbankprinzipale Berechtigungen.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/removePrincipals
- Vorgang IdDatabases_RemovePrincipals
public virtual Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal> RemovePrincipals (Azure.ResourceManager.Kusto.Models.DatabasePrincipalList databasePrincipalsToRemove, System.Threading.CancellationToken cancellationToken = default);
abstract member RemovePrincipals : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
override this.RemovePrincipals : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
Public Overridable Function RemovePrincipals (databasePrincipalsToRemove As DatabasePrincipalList, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KustoDatabasePrincipal)
Parameter
- databasePrincipalsToRemove
- DatabasePrincipalList
Liste der zu entfernenden Datenbankprinzipale.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Eine Sammlung von, bei der KustoDatabasePrincipal möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.
Ausnahmen
databasePrincipalsToRemove
ist NULL.
Gilt für:
Azure SDK for .NET