你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MockAdlsClient.ModifyAclEntries 方法

定义

为给定路径添加 acl 条目

public override void ModifyAclEntries (string path, System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> aclSpec, System.Threading.CancellationToken cancelToken = default);
override this.ModifyAclEntries : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * System.Threading.CancellationToken -> unit
Public Overrides Sub ModifyAclEntries (path As String, aclSpec As List(Of AclEntry), Optional cancelToken As CancellationToken = Nothing)

参数

path
String

文件或目录的路径

aclSpec
List<AclEntry>

要追加的 Acl 列表

cancelToken
CancellationToken

取消令牌

适用于