RemovePathAccessControlItem(AccessControlType, Boolean, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET