Freigeben über


FileSystemOperationsExtensions.ModifyAclEntriesAsync Methode

Definition

Ändert vorhandene ACL-Einträge (Access Control List) in einer Datei oder einem Ordner.

public static System.Threading.Tasks.Task ModifyAclEntriesAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string modifyAclFilePath, string aclspec, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task ModifyAclEntriesAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, string aclspec, System.Threading.CancellationToken cancellationToken = default);
static member ModifyAclEntriesAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
static member ModifyAclEntriesAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function ModifyAclEntriesAsync (operations As IFileSystemOperations, accountName As String, modifyAclFilePath As String, aclspec As String, Optional cancellationToken As CancellationToken = Nothing) As Task
<Extension()>
Public Function ModifyAclEntriesAsync (operations As IFileSystemOperations, accountName As String, path As String, aclspec As String, Optional cancellationToken As CancellationToken = Nothing) As Task

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 der geänderten ACL.

aclspec
String

Die in ACL-Änderungsvorgängen enthaltene ACL-Spezifikation im Format "[default:]user|group|other::r|-w|-x|-"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: