Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
void |
Catalogs.grantAcl(String accountName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
rx.Observable<Void> |
Catalogs.grantAclAsync(String accountName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
Catalogs.grantAclAsync(String accountName,
AclCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
void |
Catalogs.grantAclToDatabase(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
rx.Observable<Void> |
Catalogs.grantAclToDatabaseAsync(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
ServiceFuture<Void> |
Catalogs.grantAclToDatabaseAsync(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters,
ServiceCallback<Void> serviceCallback)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Void>> |
Catalogs.grantAclToDatabaseWithServiceResponseAsync(String accountName,
String databaseName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.
|
rx.Observable<ServiceResponse<Void>> |
Catalogs.grantAclWithServiceResponseAsync(String accountName,
AclCreateOrUpdateParameters parameters)
Grants an access control list (ACL) entry to the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
AclCreateOrUpdateParameters |
AclCreateOrUpdateParameters.withAceType(AclType aceType)
Set the access control list (ACL) entry type.
|
AclCreateOrUpdateParameters |
AclCreateOrUpdateParameters.withPermission(PermissionType permission)
Set the permission type of the access control list (ACL) entry.
|
AclCreateOrUpdateParameters |
AclCreateOrUpdateParameters.withPrincipalId(UUID principalId)
Set the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.
|
Copyright © 2019. All rights reserved.