FileSystemOperationsExtensions.GetAclStatus メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定Access Controlファイルまたはディレクトリのリスト (ACL) エントリを取得します。
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
パラメーター
- operations
- IFileSystemOperations
この拡張メソッドの操作グループ。
- accountName
- String
ファイルシステム操作を実行する Azure Data Lake Store アカウント。
- aclFilePathpath
- String
ACL を取得するファイルまたはディレクトリの Data Lake Store パス ('/' から始まる)。
ACL エントリのオブジェクト ID の代わりにフレンドリ名を返すオプションのスイッチ。 tooid=false は、AAD オブジェクト ID ではなくフレンドリ名を返します。 既定値は true で、AAD オブジェクト ID が返されます。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET