次の方法で共有


FileSystemOperationsExtensions.GetAclStatusAsync メソッド

定義

指定Access Controlファイルまたはディレクトリのリスト (ACL) エントリを取得します。

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)

パラメーター

operations
IFileSystemOperations

この拡張メソッドの操作グループ。

accountName
String

ファイルシステム操作を実行する Azure Data Lake Store アカウント。

aclFilePathpath
String

ACL を取得するファイルまたはディレクトリの Data Lake Store パス ('/' から始まる)。

tooId
Nullable<Boolean>

ACL エントリのオブジェクト ID の代わりにフレンドリ名を返すオプションのスイッチ。 tooid=false は、AAD オブジェクト ID ではなくフレンドリ名を返します。 既定値は true で、AAD オブジェクト ID が返されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象