FileSystemOperationsExtensions.GetAclStatus Method

Definition

Gets Access Control List (ACL) entries for the specified file or directory.

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);
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

Parameters

operations
IFileSystemOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Store account to execute filesystem operations on.

aclFilePath
String

The Data Lake Store path (starting with '/') of the file or directory for which to get the ACL.

tooId
Nullable<Boolean>

An optional switch to return friendly names in place of object ID for ACL entries. tooid=false returns friendly names instead of the AAD Object ID. Default value is true, returning AAD object IDs.

Returns

Applies to