Uses of Class
com.microsoft.azure.management.datalake.analytics.models.AclCreateOrUpdateParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of AclCreateOrUpdateParameters in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionvoid
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.com.microsoft.rest.ServiceFuture<Void>
Catalogs.grantAclAsync
(String accountName, AclCreateOrUpdateParameters parameters, com.microsoft.rest.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.com.microsoft.rest.ServiceFuture<Void>
Catalogs.grantAclToDatabaseAsync
(String accountName, String databaseName, AclCreateOrUpdateParameters parameters, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Grants an access control list (ACL) entry to the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.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<com.microsoft.rest.ServiceResponse<Void>>
Catalogs.grantAclWithServiceResponseAsync
(String accountName, AclCreateOrUpdateParameters parameters) Grants an access control list (ACL) entry to the Data Lake Analytics catalog. -
Uses of AclCreateOrUpdateParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionAclCreateOrUpdateParameters.withAceType
(AclType aceType) Set the access control list (ACL) entry type.AclCreateOrUpdateParameters.withPermission
(PermissionType permission) Set the permission type of the access control list (ACL) entry.AclCreateOrUpdateParameters.withPrincipalId
(UUID principalId) Set the Azure AD object ID of the user or group being specified in the access control list (ACL) entry.