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

MockAdlsClient.SetAclAsync 方法

定义

为给定路径设置新的 acl 条目。

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

参数

path
String

文件或目录的路径

aclSpec
List<AclEntry>

要设置的 Acl 列表

cancelToken
CancellationToken

取消令牌

返回

适用于