Uses of Class
com.microsoft.azure.management.datalake.analytics.models.StorageAccountInformation
Package
Description
This package contains the classes for DataLakeAnalyticsCatalogManagementClient.
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of StorageAccountInformation in com.microsoft.azure.management.datalake.analytics
Modifier and TypeMethodDescriptionGets the specified Azure Storage account linked to the given Data Lake Analytics account.Modifier and TypeMethodDescriptionrx.Observable<StorageAccountInformation>
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.com.microsoft.rest.ServiceFuture<StorageAccountInformation>
StorageAccounts.getAsync
(String resourceGroupName, String accountName, String storageAccountName, com.microsoft.rest.ServiceCallback<StorageAccountInformation> serviceCallback) Gets the specified Azure Storage account linked to the given Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<StorageAccountInformation>>
StorageAccounts.getWithServiceResponseAsync
(String resourceGroupName, String accountName, String storageAccountName) Gets the specified Azure Storage account linked to the given Data Lake Analytics account.com.microsoft.azure.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.com.microsoft.azure.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<com.microsoft.azure.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.com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>>
StorageAccounts.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<StorageAccountInformation> serviceCallback) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.azure.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.com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>>
StorageAccounts.listByAccountAsync
(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<StorageAccountInformation> serviceCallback) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.com.microsoft.azure.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<com.microsoft.azure.Page<StorageAccountInformation>>
StorageAccounts.listByAccountNextAsync
(String nextPageLink) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>>
StorageAccounts.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<StorageAccountInformation> serviceCallback) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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 TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<StorageAccountInformation>
StorageAccounts.getAsync
(String resourceGroupName, String accountName, String storageAccountName, com.microsoft.rest.ServiceCallback<StorageAccountInformation> serviceCallback) Gets the specified Azure Storage account linked to the given Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>>
StorageAccounts.listByAccountAsync
(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<StorageAccountInformation> serviceCallback) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>>
StorageAccounts.listByAccountAsync
(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<StorageAccountInformation> serviceCallback) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>>
StorageAccounts.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<StorageAccountInformation> serviceCallback) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>>
StorageAccounts.listByAccountNextAsync
(String nextPageLink, com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<StorageAccountInformation> serviceCallback) Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. -
Uses of StorageAccountInformation in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionDataLakeAnalyticsAccount.storageAccounts()
Get the list of Azure Blob Storage accounts associated with this account.