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

RemovePathAccessControlItem Class

Definition

Represents an access control in a file access control list for removal.

public class RemovePathAccessControlItem
type RemovePathAccessControlItem = class
Public Class RemovePathAccessControlItem
Inheritance
RemovePathAccessControlItem

Constructors

RemovePathAccessControlItem(AccessControlType, Boolean, String)

Constructor.

Properties

AccessControlType

Specifies which role this entry targets.

DefaultScope

Indicates whether this is the default entry for the ACL.

EntityId

Specifies the entity for which this entry applies. Must be omitted for types mask or other. It must also be omitted when the user or group is the owner.

Methods

Parse(String)

Parses the provided string into a RemovePathAccessControlItem

ParseAccessControlList(String)

Deseralizes an access control list string for removal into a list of RemovePathAccessControlItem.

ToAccessControlListString(IList<RemovePathAccessControlItem>)

Converts the Access Control List for removal to a String.

ToString()

Override of ToString().

Applies to