PathAccessControlItem Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PathAccessControlItem() |
Leerer Konstruktor. |
PathAccessControlItem(AccessControlType, RolePermissions, Boolean, String) |
Konstruktor. |
PathAccessControlItem()
- Quelle:
- PathAccessControlItem.cs
- Quelle:
- PathAccessControlItem.cs
Leerer Konstruktor.
public PathAccessControlItem ();
Public Sub New ()
Gilt für:
PathAccessControlItem(AccessControlType, RolePermissions, Boolean, String)
- Quelle:
- PathAccessControlItem.cs
- Quelle:
- PathAccessControlItem.cs
Konstruktor.
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)
Parameter
- accessControlType
- AccessControlType
Gibt an, auf welche Rolle dieser Eintrag abzielt.
- permissions
- RolePermissions
Gibt die Berechtigungen an, die diesem Eintrag gewährt werden.
- defaultScope
- Boolean
Gibt an, ob dies der Standardeintrag für die ACL ist.
- entityId
- String
Optionale Entitäts-ID, für die dieser Eintrag gilt.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET