Bagikan melalui


KustoDatabaseResource.RemovePrincipalsAsync Method

Definition

Remove Database principals permissions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}/databases/{databaseName}/removePrincipals
  • Operation Id: Databases_RemovePrincipals
public virtual Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal> RemovePrincipalsAsync (Azure.ResourceManager.Kusto.Models.DatabasePrincipalList databasePrincipalsToRemove, System.Threading.CancellationToken cancellationToken = default);
abstract member RemovePrincipalsAsync : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
override this.RemovePrincipalsAsync : Azure.ResourceManager.Kusto.Models.DatabasePrincipalList * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Kusto.Models.KustoDatabasePrincipal>
Public Overridable Function RemovePrincipalsAsync (databasePrincipalsToRemove As DatabasePrincipalList, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KustoDatabasePrincipal)

Parameters

databasePrincipalsToRemove
DatabasePrincipalList

List of database principals to remove.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of KustoDatabasePrincipal that may take multiple service requests to iterate over.

Exceptions

databasePrincipalsToRemove is null.

Applies to