Core.ModifyAclEntriesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ModifyAclEntriesAsync(String, List<AclEntry>, AdlsClient, RequestOptions, OperationResponse, CancellationToken) |
指定された ACL リストを持つファイルまたはディレクトリの ACL エントリを変更します。 exisitng ACL リストを指定されたリストとマージします。 |
ModifyAclEntriesAsync(String, String, AdlsClient, RequestOptions, OperationResponse, CancellationToken) |
指定された ACL リストを持つファイルまたはディレクトリの ACL エントリを変更します。 exisitng ACL リストを指定されたリストとマージします。 |
ModifyAclEntriesAsync(String, List<AclEntry>, AdlsClient, RequestOptions, OperationResponse, CancellationToken)
指定された ACL リストを持つファイルまたはディレクトリの ACL エントリを変更します。 exisitng ACL リストを指定されたリストとマージします。
public static System.Threading.Tasks.Task ModifyAclEntriesAsync (string path, System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> aclSpecList, Microsoft.Azure.DataLake.Store.AdlsClient client, Microsoft.Azure.DataLake.Store.RequestOptions req, Microsoft.Azure.DataLake.Store.OperationResponse resp, System.Threading.CancellationToken cancelToken = default);
static member ModifyAclEntriesAsync : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * Microsoft.Azure.DataLake.Store.AdlsClient * Microsoft.Azure.DataLake.Store.RequestOptions * Microsoft.Azure.DataLake.Store.OperationResponse * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function ModifyAclEntriesAsync (path As String, aclSpecList As List(Of AclEntry), client As AdlsClient, req As RequestOptions, resp As OperationResponse, Optional cancelToken As CancellationToken = Nothing) As Task
パラメーター
- path
- String
ファイルまたはディレクトリのパス
- client
- AdlsClient
ADLS クライアント
- req
- RequestOptions
Http 要求の動作を変更するオプション
- resp
- OperationResponse
Http 要求の応答/出力を格納します
- cancelToken
- CancellationToken
要求を取り消す CancellationToken
戻り値
適用対象
ModifyAclEntriesAsync(String, String, AdlsClient, RequestOptions, OperationResponse, CancellationToken)
指定された ACL リストを持つファイルまたはディレクトリの ACL エントリを変更します。 exisitng ACL リストを指定されたリストとマージします。
public static System.Threading.Tasks.Task ModifyAclEntriesAsync (string path, string aclSpec, Microsoft.Azure.DataLake.Store.AdlsClient client, Microsoft.Azure.DataLake.Store.RequestOptions req, Microsoft.Azure.DataLake.Store.OperationResponse resp, System.Threading.CancellationToken cancelToken = default);
static member ModifyAclEntriesAsync : string * string * Microsoft.Azure.DataLake.Store.AdlsClient * Microsoft.Azure.DataLake.Store.RequestOptions * Microsoft.Azure.DataLake.Store.OperationResponse * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Shared Function ModifyAclEntriesAsync (path As String, aclSpec As String, client As AdlsClient, req As RequestOptions, resp As OperationResponse, Optional cancelToken As CancellationToken = Nothing) As Task
パラメーター
- path
- String
ファイルまたはディレクトリのパス
- aclSpec
- String
コンマで区切られた ACL エントリを含む AclSpec 文字列
- client
- AdlsClient
ADLS クライアント
- req
- RequestOptions
Http 要求の動作を変更するオプション
- resp
- OperationResponse
Http 要求の応答/出力を格納します
- cancelToken
- CancellationToken
要求を取り消す CancellationToken
戻り値
適用対象
Azure SDK for .NET