CatalogOperationsExtensions.RevokeAclAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Révoque une entrée de liste de contrôle d’accès (ACL) du catalogue Data Lake Analytics.
public static System.Threading.Tasks.Task RevokeAclAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member RevokeAclAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RevokeAclAsync (operations As ICatalogOperations, accountName As String, parameters As AclDeleteParameters, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- operations
- ICatalogOperations
Groupe d’opérations pour cette méthode d’extension.
- accountName
- String
Compte Azure Data Lake Analytics sur lequel exécuter des opérations de catalogue.
- parameters
- AclDeleteParameters
Paramètres fournis pour supprimer une entrée de liste de contrôle d’accès (ACL) d’un catalogue Data Lake Analytics.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET