| Package | Description |
|---|---|
| com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static PermissionType |
PermissionType.ALL
Static value All for PermissionType.
|
static PermissionType |
PermissionType.ALTER
Static value Alter for PermissionType.
|
static PermissionType |
PermissionType.CREATE
Static value Create for PermissionType.
|
static PermissionType |
PermissionType.DROP
Static value Drop for PermissionType.
|
static PermissionType |
PermissionType.NONE
Static value None for PermissionType.
|
static PermissionType |
PermissionType.USE
Static value Use for PermissionType.
|
static PermissionType |
PermissionType.WRITE
Static value Write for PermissionType.
|
| Modifier and Type | Method and Description |
|---|---|
static PermissionType |
PermissionType.fromString(String name)
Creates or finds a PermissionType from its string representation.
|
PermissionType |
AclCreateOrUpdateParameters.permission()
Get the permission type of the access control list (ACL) entry.
|
PermissionType |
Acl.permission()
Get the permission type of the access control list (ACL) entry.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<PermissionType> |
PermissionType.values() |
| Modifier and Type | Method and Description |
|---|---|
AclCreateOrUpdateParameters |
AclCreateOrUpdateParameters.withPermission(PermissionType permission)
Set the permission type of the access control list (ACL) entry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/