FileSystemOperationsExtensions.GetAclStatus 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.
Ruft Access Control Listeneinträge (ACL) für die angegebene Datei oder das angegebene Verzeichnis ab.
public static Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult GetAclStatus (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string aclFilePath, bool? tooId = default);
public static Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult GetAclStatus (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string path, bool? tooId = default);
static member GetAclStatus : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * Nullable<bool> -> Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult
static member GetAclStatus : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * Nullable<bool> -> Microsoft.Azure.Management.DataLake.Store.Models.AclStatusResult
<Extension()>
Public Function GetAclStatus (operations As IFileSystemOperations, accountName As String, aclFilePath As String, Optional tooId As Nullable(Of Boolean) = Nothing) As AclStatusResult
<Extension()>
Public Function GetAclStatus (operations As IFileSystemOperations, accountName As String, path As String, Optional tooId As Nullable(Of Boolean) = Nothing) As 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 bzw. das die ACL abgerufen werden soll.
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.
Gibt zurück
Gilt für:
Azure SDK for .NET