DataLakeAnalyticsClient.GetCatalogItemAclEntry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- path
- CatalogPathInstance
- catalogItemType
- String
- requiredAceTypes
- IEnumerable<String>