AclStatus(List<AclEntry>, String, String, String, Boolean) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise l’état Acl
public AclStatus (System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> list, string owner, string group, string permission, bool stickyBit);
new Microsoft.Azure.DataLake.Store.Acl.AclStatus : System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * string * string * string * bool -> Microsoft.Azure.DataLake.Store.Acl.AclStatus
Public Sub New (list As List(Of AclEntry), owner As String, group As String, permission As String, stickyBit As Boolean)
Paramètres
- owner
- String
Propriétaire
- group
- String
ID de groupe
- permission
- String
Chaîne d’autorisation
- stickyBit
- Boolean
Bit collant
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET