Partager via


AclEntry(AclType, String, AclScope, AclAction) Constructeur

Définition

Constructeur public

public AclEntry (Microsoft.Azure.DataLake.Store.Acl.AclType type, string userOrGroupId, Microsoft.Azure.DataLake.Store.Acl.AclScope scope, Microsoft.Azure.DataLake.Store.Acl.AclAction action);
new Microsoft.Azure.DataLake.Store.Acl.AclEntry : Microsoft.Azure.DataLake.Store.Acl.AclType * string * Microsoft.Azure.DataLake.Store.Acl.AclScope * Microsoft.Azure.DataLake.Store.Acl.AclAction -> Microsoft.Azure.DataLake.Store.Acl.AclEntry
Public Sub New (type As AclType, userOrGroupId As String, scope As AclScope, action As AclAction)

Paramètres

type
AclType

Type d’entrée ACL : Utilisateur/groupe/Autre/masque

userOrGroupId
String

ID d’objet de l’objet en fonction du type de l’entrée ACL. Pour acl, type other et mask, il doit être null

scope
AclScope

ACCESS ou DEFAULT

action
AclAction

Type de liste de contrôle d’accès à définir

S’applique à