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

AdlsClient.SetAcl(String, List<AclEntry>, CancellationToken) 方法

定义

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

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

参数

path
String

文件或目录的路径

aclSpec
List<AclEntry>

要设置的 Acl 条目列表

cancelToken
CancellationToken

CancellationToken 取消请求

适用于