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

AdlsClient.SetAclAsync 方法

定义

异步设置文件或目录的 Acl 条目。 它会擦除路径的现有 Acl 条目。

public virtual System.Threading.Tasks.Task SetAclAsync (string path, System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> aclSpec, System.Threading.CancellationToken cancelToken = default);
abstract member SetAclAsync : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetAclAsync : string * System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable 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

取消取消请求的 CancellationToken

返回

适用于