Freigeben über


CatalogOperationsExtensions.GrantAclAsync Methode

Definition

Gewährt dem Data Lake Analytics Katalog einen Eintrag für die Zugriffssteuerungsliste (Access Control List, ACL).

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

Parameter

operations
ICatalogOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Analytics Konto zum Ausführen von Katalogvorgängen.

parameters
AclCreateOrUpdateParameters

Parameter, die zum Erstellen oder Aktualisieren eines Zugriffssteuerungslisteneintrags (Access Control List, ACL) für einen Data Lake Analytics Katalogs angegeben werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: