共用方式為


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