Partager via


FileSystemOperationsExtensions.GetAclStatusAsync Méthode

Définition

Obtient Access Control entrées de liste (ACL) pour le fichier ou le répertoire spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult> GetAclStatusAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string aclFilePath, bool? tooId = default, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult> GetAclStatusAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, bool? tooId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAclStatusAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>
static member GetAclStatusAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>
<Extension()>
Public Function GetAclStatusAsync (operations As IFileSystemOperations, accountName As String, aclFilePath As String, Optional tooId As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AclStatusResult)
<Extension()>
Public Function GetAclStatusAsync (operations As IFileSystemOperations, accountName As String, path As String, Optional tooId As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AclStatusResult)

Paramètres

operations
IFileSystemOperations

Groupe d’opérations pour cette méthode d’extension.

accountName
String

Compte Azure Data Lake Store sur lequel exécuter des opérations de système de fichiers.

aclFilePathpath
String

Chemin d’accès Data Lake Store (commençant par « / ») du fichier ou du répertoire pour lequel obtenir l’ACL.

tooId
Nullable<Boolean>

Commutateur facultatif pour retourner des noms conviviaux à la place de l’ID d’objet pour les entrées ACL. tooid=false retourne des noms conviviaux au lieu de l’ID d’objet AAD. La valeur par défaut est true, renvoyant les ID d’objet AAD.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à