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.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.
|
ServiceFuture<Void> |
Catalogs.revokeAclAsync(String accountName,
AclDeleteParameters parameters,
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.
|
ServiceFuture<Void> |
Catalogs.revokeAclFromDatabaseAsync(String accountName,
String databaseName,
AclDeleteParameters parameters,
ServiceCallback<Void> serviceCallback)
Revokes an access control list (ACL) entry for the database from the Data Lake Analytics catalog.
|
rx.Observable<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<ServiceResponse<Void>> |
Catalogs.revokeAclWithServiceResponseAsync(String accountName,
AclDeleteParameters parameters)
Revokes an access control list (ACL) entry from the Data Lake Analytics catalog.
|
Modifier and Type | Method and Description |
---|---|
AclDeleteParameters |
AclDeleteParameters.withAceType(AclType aceType)
Set the access control list (ACL) entry type.
|
AclDeleteParameters |
AclDeleteParameters.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.