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

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