次の方法で共有


DataLakeDirectoryClient.SetAccessControlList メソッド

定義

この操作によりSetAccessControlList(IList<PathAccessControlItem>, String, String, DataLakeRequestConditions, CancellationToken)、パスにAccess Controlが設定されます

詳細については、「 パスの更新

public override Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo> SetAccessControlList (System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> accessControlList, string owner = default, string group = default, Azure.Storage.Files.DataLake.Models.DataLakeRequestConditions conditions = default, System.Threading.CancellationToken cancellationToken = default);
override this.SetAccessControlList : System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> * string * string * Azure.Storage.Files.DataLake.Models.DataLakeRequestConditions * System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Files.DataLake.Models.PathInfo>
Public Overrides Function SetAccessControlList (accessControlList As IList(Of PathAccessControlItem), Optional owner As String = Nothing, Optional group As String = Nothing, Optional conditions As DataLakeRequestConditions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PathInfo)

パラメーター

accessControlList
IList<PathAccessControlItem>

ファイルまたはディレクトリの POSIX アクセス制御リスト。

owner
String

ファイルまたはディレクトリの所有者。

group
String

ファイルまたはディレクトリの所有グループ。

conditions
DataLakeRequestConditions

パスのアクセス制御を設定する条件を追加する場合は省略可能 DataLakeRequestConditions です。

cancellationToken
CancellationToken

操作を取り消す必要がある通知を伝達する場合は省略可能 CancellationToken です。

戻り値

Response<T>更新されたパスを記述する 。

注釈

RequestFailedExceptionエラーが発生すると、 がスローされます。

適用対象