Partager via


MockAdlsClient.SetAclAsync Méthode

Définition

Définit les nouvelles entrées acl pour le chemin d’accès donné.

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

Paramètres

path
String

Chemin d’accès du fichier ou du répertoire

aclSpec
List<AclEntry>

Liste Acl à définir

cancelToken
CancellationToken

Jeton d’annulation

Retours

S’applique à