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

DataLakeAnalyticsClient.GetCatalogItemAclEntry Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl> GetCatalogItemAclEntry (string accountName, Microsoft.Azure.Commands.DataLakeAnalytics.Models.CatalogPathInstance path, string catalogItemType, System.Collections.Generic.IEnumerable<string> requiredAceTypes);
member this.GetCatalogItemAclEntry : string * Microsoft.Azure.Commands.DataLakeAnalytics.Models.CatalogPathInstance * string * seq<string> -> System.Collections.Generic.List<Microsoft.Azure.Management.DataLake.Analytics.Models.Acl>
Public Function GetCatalogItemAclEntry (accountName As String, path As CatalogPathInstance, catalogItemType As String, requiredAceTypes As IEnumerable(Of String)) As List(Of Acl)

Parameters

accountName
String
catalogItemType
String
requiredAceTypes
IEnumerable<String>

Returns

Applies to