Share via


RemovePathAccessControlItem(AccessControlType, Boolean, String) Constructor

Definition

Constructor.

public RemovePathAccessControlItem (Azure.Storage.Files.DataLake.Models.AccessControlType accessControlType, bool defaultScope = false, string entityId = default);
new Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem : Azure.Storage.Files.DataLake.Models.AccessControlType * bool * string -> Azure.Storage.Files.DataLake.Models.RemovePathAccessControlItem
Public Sub New (accessControlType As AccessControlType, Optional defaultScope As Boolean = false, Optional entityId As String = Nothing)

Parameters

accessControlType
AccessControlType

Specifies which role this entry targets.

defaultScope
Boolean

Indicates whether this is the default entry for the ACL.

entityId
String

Optional entity ID to which this entry applies.

Applies to