AclDeleteParameters 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
AclDeleteParameters() |
Initializes a new instance of the AclDeleteParameters class. |
AclDeleteParameters(String, Guid) |
Initializes a new instance of the AclDeleteParameters class. |
AclDeleteParameters()
Initializes a new instance of the AclDeleteParameters class.
public AclDeleteParameters ();
Public Sub New ()
Applies to
AclDeleteParameters(String, Guid)
Initializes a new instance of the AclDeleteParameters class.
public AclDeleteParameters (string aceType, Guid principalId);
new Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters : string * Guid -> Microsoft.Azure.Management.DataLake.Analytics.Models.AclDeleteParameters
Public Sub New (aceType As String, principalId As Guid)
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.
Applies to
Azure SDK for .NET