FileSystemOperationsExtensions.RemoveAclAsync 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.
Supprime la liste de Access Control (ACL) existante du fichier ou du répertoire spécifié.
public static System.Threading.Tasks.Task RemoveAclAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string aclFilePath, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task RemoveAclAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, System.Threading.CancellationToken cancellationToken = default);
static member RemoveAclAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
static member RemoveAclAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RemoveAclAsync (operations As IFileSystemOperations, accountName As String, aclFilePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task
<Extension()>
Public Function RemoveAclAsync (operations As IFileSystemOperations, accountName As String, path As String, Optional cancellationToken As CancellationToken = Nothing) As Task
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 avec la liste de contrôle d’accès en cours de suppression.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET