Freigeben über


FileSystemOperationsExtensions.GetAclStatusAsync Methode

Definition

Ruft Access Control Listeneinträge (ACL) für die angegebene Datei oder das angegebene Verzeichnis ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult> GetAclStatusAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string aclFilePath, bool? tooId = default, System.Threading.CancellationToken cancellationToken = default);
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult> GetAclStatusAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, bool? tooId = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAclStatusAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>
static member GetAclStatusAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult>
<Extension()>
Public Function GetAclStatusAsync (operations As IFileSystemOperations, accountName As String, aclFilePath As String, Optional tooId As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AclStatusResult)
<Extension()>
Public Function GetAclStatusAsync (operations As IFileSystemOperations, accountName As String, path As String, Optional tooId As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AclStatusResult)

Parameter

operations
IFileSystemOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Store-Konto zum Ausführen von Dateisystemvorgängen.

aclFilePathpath
String

Der Data Lake Store-Pfad (beginnend mit "/") der Datei oder des Verzeichnisses, für die die ACL abgerufen werden soll.

tooId
Nullable<Boolean>

Ein optionaler Schalter zum Zurückgeben von Anzeigenamen anstelle der Objekt-ID für ACL-Einträge. tooid=false gibt Anzeigenamen anstelle der AAD-Objekt-ID zurück. Der Standardwert ist true und gibt AAD-Objekt-IDs zurück.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: