Partager via


FileSystemOperationsExtensions.RemoveAclEntries Méthode

Définition

Supprime les entrées de liste de Access Control (ACL) existantes pour un fichier ou un dossier.

public static void RemoveAclEntries (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string removeAclFilePath, string aclspec);
public static void RemoveAclEntries (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, string aclspec);
static member RemoveAclEntries : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string -> unit
static member RemoveAclEntries : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string -> unit
<Extension()>
Public Sub RemoveAclEntries (operations As IFileSystemOperations, accountName As String, removeAclFilePath As String, aclspec As String)
<Extension()>
Public Sub RemoveAclEntries (operations As IFileSystemOperations, accountName As String, path As String, aclspec 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.

removeAclFilePathpath
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.

aclspec
String

Spécification ACL incluse dans les opérations de suppression de liste de contrôle d’accès au format « [default:]user|group|other »

S’applique à