public class AclDeleteParameters extends Object
| Constructor and Description |
|---|
AclDeleteParameters() |
| Modifier and Type | Method and Description |
|---|---|
AclType |
aceType()
Get the access control list (ACL) entry type.
|
UUID |
principalId()
Get the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
|
AclDeleteParameters |
withAceType(AclType aceType)
Set the access control list (ACL) entry type.
|
AclDeleteParameters |
withPrincipalId(UUID principalId)
Set the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
|
public AclType aceType()
public AclDeleteParameters withAceType(AclType aceType)
aceType - the aceType value to setpublic UUID principalId()
public AclDeleteParameters withPrincipalId(UUID principalId)
principalId - the principalId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/