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

AclEntry.ParseAclEntryString(String, Boolean) Method

Definition

Parses a AclEntry string into acl type, acl type Id, acl scope and acl action (permissions). Throws exception if the acl string is not correct.

public static Microsoft.Azure.DataLake.Store.Acl.AclEntry ParseAclEntryString(string aclEntry, bool removeAcl);
static member ParseAclEntryString : string * bool -> Microsoft.Azure.DataLake.Store.Acl.AclEntry
Public Shared Function ParseAclEntryString (aclEntry As String, removeAcl As Boolean) As AclEntry

Parameters

aclEntry
String

Acl Entry string delimited by ':'

removeAcl
Boolean

Whether this string is for removing Acl.

Returns

Acl Entry instance

Applies to