Uses of Class
com.microsoft.azure.management.datalake.analytics.models.Acl
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of Acl in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<Acl>
Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.com.microsoft.azure.PagedList<Acl>
Catalogs.listAcls
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<Acl>>
Catalogs.listAclsAsync
(String accountName) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.Catalogs.listAclsAsync
(String accountName, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<Acl>>
Catalogs.listAclsAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.Catalogs.listAclsAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.com.microsoft.azure.PagedList<Acl>
Catalogs.listAclsByDatabase
(String accountName, String databaseName) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<Acl>
Catalogs.listAclsByDatabase
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<Acl>>
Catalogs.listAclsByDatabaseAsync
(String accountName, String databaseName) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.Catalogs.listAclsByDatabaseAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<Acl>>
Catalogs.listAclsByDatabaseAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.Catalogs.listAclsByDatabaseAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<Acl>
Catalogs.listAclsByDatabaseNext
(String nextPageLink) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<Acl>>
Catalogs.listAclsByDatabaseNextAsync
(String nextPageLink) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.Catalogs.listAclsByDatabaseNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<Acl>> serviceFuture, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<Acl>>>
Catalogs.listAclsByDatabaseNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<Acl>>>
Catalogs.listAclsByDatabaseWithServiceResponseAsync
(String accountName, String databaseName) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<Acl>>>
Catalogs.listAclsByDatabaseWithServiceResponseAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.com.microsoft.azure.PagedList<Acl>
Catalogs.listAclsNext
(String nextPageLink) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.rx.Observable<com.microsoft.azure.Page<Acl>>
Catalogs.listAclsNextAsync
(String nextPageLink) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.Catalogs.listAclsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<Acl>> serviceFuture, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<Acl>>>
Catalogs.listAclsNextWithServiceResponseAsync
(String nextPageLink) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<Acl>>>
Catalogs.listAclsWithServiceResponseAsync
(String accountName) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<Acl>>>
Catalogs.listAclsWithServiceResponseAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.Modifier and TypeMethodDescriptionCatalogs.listAclsAsync
(String accountName, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.Catalogs.listAclsAsync
(String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.Catalogs.listAclsByDatabaseAsync
(String accountName, String databaseName, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.Catalogs.listAclsByDatabaseAsync
(String accountName, String databaseName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.Catalogs.listAclsByDatabaseNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<Acl>> serviceFuture, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.Catalogs.listAclsByDatabaseNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<Acl>> serviceFuture, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the database from the Data Lake Analytics catalog.Catalogs.listAclsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<Acl>> serviceFuture, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.Catalogs.listAclsNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<Acl>> serviceFuture, com.microsoft.azure.ListOperationCallback<Acl> serviceCallback) Retrieves the list of access control list (ACL) entries for the Data Lake Analytics catalog.