Partager via


AdlsClient.ModifyAclEntriesAsync Méthode

Définition

Modifie de manière asynchrone les entrées acl d’un fichier ou d’un répertoire avec une liste ACL donnée. Il fusionne la liste exisitng ACL avec la liste donnée.

public virtual System.Threading.Tasks.Task ModifyAclEntriesAsync (string path, System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> aclSpec, System.Threading.CancellationToken cancelToken = default);
abstract member ModifyAclEntriesAsync : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.ModifyAclEntriesAsync : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function ModifyAclEntriesAsync (path As String, aclSpec As List(Of AclEntry), Optional cancelToken As CancellationToken = Nothing) As Task

Paramètres

path
String

Chemin du fichier ou du répertoire

aclSpec
List<AclEntry>

Liste des entrées Acl à modifier

cancelToken
CancellationToken

CancelToken pour annuler la demande

Retours

S’applique à