CatalogOperationsExtensions.GrantAclAsync 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.
Octroie une entrée de liste de contrôle d’accès (ACL) au catalogue Data Lake Analytics.
public static System.Threading.Tasks.Task GrantAclAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member GrantAclAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function GrantAclAsync (operations As ICatalogOperations, accountName As String, parameters As AclCreateOrUpdateParameters, 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
- AclCreateOrUpdateParameters
Paramètres fournis pour créer ou mettre à jour une entrée de liste de contrôle d’accès (ACL) pour un catalogue Data Lake Analytics.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET