Uses of Class
com.microsoft.azure.management.datalake.analytics.models.DataLakeStoreAccountInformation
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of DataLakeStoreAccountInformation in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionDataLakeStoreAccounts.get
(String resourceGroupName, String accountName, String dataLakeStoreAccountName) Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.Modifier and TypeMethodDescriptionrx.Observable<DataLakeStoreAccountInformation>
DataLakeStoreAccounts.getAsync
(String resourceGroupName, String accountName, String dataLakeStoreAccountName) Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<DataLakeStoreAccountInformation>
DataLakeStoreAccounts.getAsync
(String resourceGroupName, String accountName, String dataLakeStoreAccountName, com.microsoft.rest.ServiceCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.getWithServiceResponseAsync
(String resourceGroupName, String accountName, String dataLakeStoreAccountName) Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.com.microsoft.azure.PagedList<DataLakeStoreAccountInformation>
DataLakeStoreAccounts.listByAccount
(String resourceGroupName, String accountName) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.azure.PagedList<DataLakeStoreAccountInformation>
DataLakeStoreAccounts.listByAccount
(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountAsync
(String resourceGroupName, String accountName) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountAsync
(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountAsync
(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.azure.PagedList<DataLakeStoreAccountInformation>
DataLakeStoreAccounts.listByAccountNext
(String nextPageLink) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountNextAsync
(String nextPageLink) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>>
DataLakeStoreAccounts.listByAccountNextWithServiceResponseAsync
(String nextPageLink) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>>
DataLakeStoreAccounts.listByAccountWithServiceResponseAsync
(String resourceGroupName, String accountName) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>>
DataLakeStoreAccounts.listByAccountWithServiceResponseAsync
(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.Modifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<DataLakeStoreAccountInformation>
DataLakeStoreAccounts.getAsync
(String resourceGroupName, String accountName, String dataLakeStoreAccountName, com.microsoft.rest.ServiceCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountAsync
(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>>
DataLakeStoreAccounts.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback) Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account. -
Uses of DataLakeStoreAccountInformation in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionDataLakeAnalyticsAccount.dataLakeStoreAccounts()
Get the list of Data Lake Store accounts associated with this account.