Share via


KustoDatabaseResource.RemovePrincipals 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.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)

Parameters

databasePrincipalsToRemove
DatabasePrincipalList

List of database principals to remove.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

databasePrincipalsToRemove is null.

Applies to