RemovePathAccessControlItem(AccessControlType, Boolean, String) Konstruktor
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.
Konstruktor.
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)
Parameter
- accessControlType
- AccessControlType
Gibt an, auf welche Rolle dieser Eintrag abzielt.
- 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