AclCreateOrUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET