Uses of Class
com.microsoft.azure.management.datalake.analytics.models.AclDeleteParameters
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of AclDeleteParameters in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionvoid
Catalogs.revokeAcl
(String accountName, AclDeleteParameters parameters) Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.rx.Observable<Void>
Catalogs.revokeAclAsync
(String accountName, AclDeleteParameters parameters) Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<Void>
Catalogs.revokeAclAsync
(String accountName, AclDeleteParameters parameters, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.void
Catalogs.revokeAclFromDatabase
(String accountName, String databaseName, AclDeleteParameters parameters) Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.rx.Observable<Void>
Catalogs.revokeAclFromDatabaseAsync
(String accountName, String databaseName, AclDeleteParameters parameters) Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.com.microsoft.rest.ServiceFuture<Void>
Catalogs.revokeAclFromDatabaseAsync
(String accountName, String databaseName, AclDeleteParameters parameters, com.microsoft.rest.ServiceCallback<Void> serviceCallback) Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
Catalogs.revokeAclFromDatabaseWithServiceResponseAsync
(String accountName, String databaseName, AclDeleteParameters parameters) Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<Void>>
Catalogs.revokeAclWithServiceResponseAsync
(String accountName, AclDeleteParameters parameters) Revokes an access control list (ACL) entry from the Data Lake Analytics catalog. -
Uses of AclDeleteParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionAclDeleteParameters.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.