Partager via


FileSystemOperationsExtensions.RemoveAcl Méthode

Définition

Supprime la liste de Access Control (ACL) existante du fichier ou du répertoire spécifié.

public static void RemoveAcl (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string aclFilePath);
public static void RemoveAcl (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path);
static member RemoveAcl : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string -> unit
static member RemoveAcl : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string -> unit
<Extension()>
Public Sub RemoveAcl (operations As IFileSystemOperations, accountName As String, aclFilePath As String)
<Extension()>
Public Sub RemoveAcl (operations As IFileSystemOperations, accountName As String, path As String)

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.

S’applique à