AdlsClient.GetAclStatusAsync 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.
Obtient de façon asynchrone la liste d’entrée de liste de contrôle d’accès, l’ID de propriétaire, l’ID de groupe, l’autorisation octal et le bit collant (uniquement pour un répertoire) du fichier/répertoire
public virtual System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.Acl.AclStatus> GetAclStatusAsync (string path, Microsoft.Azure.DataLake.Store.UserGroupRepresentation userIdFormat = Microsoft.Azure.DataLake.Store.UserGroupRepresentation.ObjectID, System.Threading.CancellationToken cancelToken = default);
abstract member GetAclStatusAsync : string * Microsoft.Azure.DataLake.Store.UserGroupRepresentation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.Acl.AclStatus>
override this.GetAclStatusAsync : string * Microsoft.Azure.DataLake.Store.UserGroupRepresentation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.Acl.AclStatus>
Public Overridable Function GetAclStatusAsync (path As String, Optional userIdFormat As UserGroupRepresentation = Microsoft.Azure.DataLake.Store.UserGroupRepresentation.ObjectID, Optional cancelToken As CancellationToken = Nothing) As Task(Of AclStatus)
Paramètres
- path
- String
Chemin du fichier ou du répertoire
- userIdFormat
- UserGroupRepresentation
façon de représenter l’objet utilisateur/groupe
- cancelToken
- CancellationToken
CancellationToken pour annuler la demande
Retours
S’applique à
Azure SDK for .NET