FileSystemOperationsExtensions.SetAcl Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Legt die Access Control List (ACL) für eine Datei oder einen Ordner fest.
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)
Parameter
- operations
- IFileSystemOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- accountName
- String
Das Azure Data Lake Store-Konto zum Ausführen von Dateisystemvorgängen.
- setAclFilePathpath
- String
Der Data Lake Store-Pfad (beginnend mit "/") der Datei oder des Verzeichnisses, für die die ACL festgelegt werden soll.
- aclspec
- String
Die in ACL-Erstellungsvorgängen enthaltene ACL-Spezifikation im Format '[default:]user|group|other::r|-w|-x|-'
Gilt für:
Azure SDK for .NET