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 |
---|---|
DataLakeStoreAccountInformation |
DataLakeStoreAccounts.get(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
Modifier and Type | Method and Description |
---|---|
rx.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.
|
ServiceFuture<DataLakeStoreAccountInformation> |
DataLakeStoreAccounts.getAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
rx.Observable<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.
|
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.
|
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<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.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<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.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
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<Page<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountNextAsync(String nextPageLink)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<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<ServiceResponse<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<ServiceResponse<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 Type | Method and Description |
---|---|
ServiceFuture<DataLakeStoreAccountInformation> |
DataLakeStoreAccounts.getAsync(String resourceGroupName,
String accountName,
String dataLakeStoreAccountName,
ServiceCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<DataLakeStoreAccountInformation>> |
DataLakeStoreAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture,
ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.
|
Modifier and Type | Method and Description |
---|---|
List<DataLakeStoreAccountInformation> |
DataLakeAnalyticsAccount.dataLakeStoreAccounts()
Get the list of Data Lake Store accounts associated with this account.
|
Copyright © 2019. All rights reserved.