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 |
---|---|
StorageAccountInformation |
StorageAccounts.get(String resourceGroupName,
String accountName,
String storageAccountName)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<StorageAccountInformation> |
StorageAccounts.getAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
ServiceFuture<StorageAccountInformation> |
StorageAccounts.getAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<StorageAccountInformation> serviceCallback)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
rx.Observable<ServiceResponse<StorageAccountInformation>> |
StorageAccounts.getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
PagedList<StorageAccountInformation> |
StorageAccounts.listByAccount(String resourceGroupName,
String accountName)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
PagedList<StorageAccountInformation> |
StorageAccounts.listByAccount(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
PagedList<StorageAccountInformation> |
StorageAccounts.listByAccountNext(String nextPageLink)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<Page<StorageAccountInformation>> |
StorageAccounts.listByAccountNextAsync(String nextPageLink)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<StorageAccountInformation>> serviceFuture,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<StorageAccountInformation>>> |
StorageAccounts.listByAccountNextWithServiceResponseAsync(String nextPageLink)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<StorageAccountInformation>>> |
StorageAccounts.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
rx.Observable<ServiceResponse<Page<StorageAccountInformation>>> |
StorageAccounts.listByAccountWithServiceResponseAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<StorageAccountInformation> |
StorageAccounts.getAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<StorageAccountInformation> serviceCallback)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountAsync(String resourceGroupName,
String accountName,
String filter,
Integer top,
Integer skip,
String select,
String orderby,
Boolean count,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<StorageAccountInformation>> serviceFuture,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
StorageAccounts.listByAccountNextAsync(String nextPageLink,
ServiceFuture<List<StorageAccountInformation>> serviceFuture,
ListOperationCallback<StorageAccountInformation> serviceCallback)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
Modifier and Type | Method and Description |
---|---|
List<StorageAccountInformation> |
DataLakeAnalyticsAccount.storageAccounts()
Get the list of Azure Blob Storage accounts associated with this account.
|
Copyright © 2019. All rights reserved.