AclEntry.ToString Method

Definition

Overloads

ToString()
ToString(Boolean)

Returns the string format of each ACL entry

ToString()

C#
public override string ToString();

Returns

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

ToString(Boolean)

Returns the string format of each ACL entry

C#
public string ToString(bool removeAcl);

Parameters

removeAcl
Boolean

True if is called while removing ACLs

Returns

Acl entry in a string format where each part is delimited by ':'

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview