Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics |
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
StorageContainer |
StorageAccounts.getStorageContainer(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<StorageContainer> |
StorageAccounts.getStorageContainerAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.
|
ServiceFuture<StorageContainer> |
StorageAccounts.getStorageContainerAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
ServiceCallback<StorageContainer> serviceCallback)
Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.
|
rx.Observable<ServiceResponse<StorageContainer>> |
StorageAccounts.getStorageContainerWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.
|
PagedList<StorageContainer> |
StorageAccounts.listStorageContainers(String resourceGroupName,
String accountName,
String storageAccountName)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<Page<StorageContainer>> |
StorageAccounts.listStorageContainersAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
ServiceFuture<List<StorageContainer>> |
StorageAccounts.listStorageContainersAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ListOperationCallback<StorageContainer> serviceCallback)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
PagedList<StorageContainer> |
StorageAccounts.listStorageContainersNext(String nextPageLink)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<Page<StorageContainer>> |
StorageAccounts.listStorageContainersNextAsync(String nextPageLink)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
ServiceFuture<List<StorageContainer>> |
StorageAccounts.listStorageContainersNextAsync(String nextPageLink,
ServiceFuture<List<StorageContainer>> serviceFuture,
ListOperationCallback<StorageContainer> serviceCallback)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<ServiceResponse<Page<StorageContainer>>> |
StorageAccounts.listStorageContainersNextWithServiceResponseAsync(String nextPageLink)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
rx.Observable<ServiceResponse<Page<StorageContainer>>> |
StorageAccounts.listStorageContainersWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
Modifier and Type | Method and Description |
---|---|
ServiceFuture<StorageContainer> |
StorageAccounts.getStorageContainerAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
ServiceCallback<StorageContainer> serviceCallback)
Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.
|
ServiceFuture<List<StorageContainer>> |
StorageAccounts.listStorageContainersAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ListOperationCallback<StorageContainer> serviceCallback)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
ServiceFuture<List<StorageContainer>> |
StorageAccounts.listStorageContainersNextAsync(String nextPageLink,
ServiceFuture<List<StorageContainer>> serviceFuture,
ListOperationCallback<StorageContainer> serviceCallback)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
ServiceFuture<List<StorageContainer>> |
StorageAccounts.listStorageContainersNextAsync(String nextPageLink,
ServiceFuture<List<StorageContainer>> serviceFuture,
ListOperationCallback<StorageContainer> serviceCallback)
Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination.
|
Copyright © 2019. All rights reserved.