Aracılığıyla paylaş


AclCreateOrUpdateParameters Constructors

Definition

Overloads

AclCreateOrUpdateParameters()

Initializes a new instance of the AclCreateOrUpdateParameters class.

AclCreateOrUpdateParameters(String, Guid, String)

Initializes a new instance of the AclCreateOrUpdateParameters class.

AclCreateOrUpdateParameters()

Initializes a new instance of the AclCreateOrUpdateParameters class.

public AclCreateOrUpdateParameters ();
Public Sub New ()

Applies to

AclCreateOrUpdateParameters(String, Guid, String)

Initializes a new instance of the AclCreateOrUpdateParameters class.

public AclCreateOrUpdateParameters (string aceType, Guid principalId, string permission);
new Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters : string * Guid * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.AclCreateOrUpdateParameters
Public Sub New (aceType As String, principalId As Guid, permission As String)

Parameters

aceType
String

the access control list (ACL) entry type. UserObj and GroupObj denote the owning user and group, respectively. Possible values include: 'UserObj', 'GroupObj', 'Other', 'User', 'Group'

principalId
Guid

the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.

permission
String

the permission type of the access control list (ACL) entry. Possible values include: 'None', 'Use', 'Create', 'Drop', 'Alter', 'Write', 'All'

Applies to