| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static AclType |
AclType.GROUP
Static value Group for AclType.
|
static AclType |
AclType.GROUP_OBJ
Static value GroupObj for AclType.
|
static AclType |
AclType.OTHER
Static value Other for AclType.
|
static AclType |
AclType.USER
Static value User for AclType.
|
static AclType |
AclType.USER_OBJ
Static value UserObj for AclType.
|
| Modifier and Type | Method and Description |
|---|---|
AclType |
AclDeleteParameters.aceType()
Get the access control list (ACL) entry type.
|
AclType |
AclCreateOrUpdateParameters.aceType()
Get the access control list (ACL) entry type.
|
AclType |
Acl.aceType()
Get the access control list (ACL) entry type.
|
static AclType |
AclType.fromString(String name)
Creates or finds a AclType from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<AclType> |
AclType.values() |
| Modifier and Type | Method and Description |
|---|---|
AclDeleteParameters |
AclDeleteParameters.withAceType(AclType aceType)
Set the access control list (ACL) entry type.
|
AclCreateOrUpdateParameters |
AclCreateOrUpdateParameters.withAceType(AclType aceType)
Set the access control list (ACL) entry type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/