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

CatalogOperationsExtensions.RevokeAclAsync 方法

定义

从Data Lake Analytics目录 (ACL) 项撤消访问控制列表。

public static System.Threading.Tasks.Task RevokeAclAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member RevokeAclAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RevokeAclAsync (operations As ICatalogOperations, accountName As String, parameters As AclDeleteParameters, Optional cancellationToken As CancellationToken = Nothing) As Task

参数

operations
ICatalogOperations

此扩展方法的操作组。

accountName
String

Azure Data Lake Analytics用于执行目录操作的帐户。

parameters
AclDeleteParameters

用于从Data Lake Analytics目录中删除访问控制列表 (ACL) 项的参数。

cancellationToken
CancellationToken

取消标记。

返回

适用于