Partager via


FileSystemOperationsExtensions.SetAcl Méthode

Définition

Définit la liste de Access Control (ACL) pour un fichier ou un dossier.

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

setAclFilePathpath
String

Chemin d’accès Data Lake Store (commençant par « / ») du fichier ou du répertoire sur lequel définir la liste de contrôle d’accès.

aclspec
String

Spécification ACL incluse dans les opérations de création de la liste de contrôle d’accès au format « [[default:]user|group|other::r|-w|-x|- »

S’applique à