FileSystemOperationsExtensions.ModifyAclEntries 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.
Ändert vorhandene Access Control Listeneinträge (ACL) für eine Datei oder einen Ordner.
public static void ModifyAclEntries (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string modifyAclFilePath, string aclspec);
public static void ModifyAclEntries (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, string aclspec);
static member ModifyAclEntries : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string -> unit
static member ModifyAclEntries : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string -> unit
<Extension()>
Public Sub ModifyAclEntries (operations As IFileSystemOperations, accountName As String, modifyAclFilePath As String, aclspec As String)
<Extension()>
Public Sub ModifyAclEntries (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.
- modifyAclFilePathpath
- String
Der Data Lake Store-Pfad (beginnend mit "/") der Datei oder des Verzeichnisses mit geänderter ACL.
- aclspec
- String
Die in ACL-Änderungsvorgängen enthaltene ACL-Spezifikation im Format "[default:]user|group|other::r|-w|-x|-"
Gilt für:
Azure SDK for .NET