PathAccessControlItem Constructors
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.
Overloads
PathAccessControlItem() |
Empty constructor. |
PathAccessControlItem(AccessControlType, RolePermissions, Boolean, String) |
Constructor. |
PathAccessControlItem()
- Source:
- PathAccessControlItem.cs
- Source:
- PathAccessControlItem.cs
Empty constructor.
public PathAccessControlItem ();
Public Sub New ()
Applies to
PathAccessControlItem(AccessControlType, RolePermissions, Boolean, String)
- Source:
- PathAccessControlItem.cs
- Source:
- PathAccessControlItem.cs
Constructor.
public PathAccessControlItem (Azure.Storage.Files.DataLake.Models.AccessControlType accessControlType, Azure.Storage.Files.DataLake.Models.RolePermissions permissions, bool defaultScope = false, string entityId = default);
new Azure.Storage.Files.DataLake.Models.PathAccessControlItem : Azure.Storage.Files.DataLake.Models.AccessControlType * Azure.Storage.Files.DataLake.Models.RolePermissions * bool * string -> Azure.Storage.Files.DataLake.Models.PathAccessControlItem
Public Sub New (accessControlType As AccessControlType, permissions As RolePermissions, Optional defaultScope As Boolean = false, Optional entityId As String = Nothing)
Parameters
- accessControlType
- AccessControlType
Specifies which role this entry targets.
- permissions
- RolePermissions
Specifies the permissions granted to this entry.
- defaultScope
- Boolean
Indicates whether this is the default entry for the ACL.
- entityId
- String
Optional entity ID to which this entry applies.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.
Azure SDK for .NET