Uses of Class
com.microsoft.azure.management.datalake.analytics.models.StorageAccountInformation
Packages that use 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
Methods in com.microsoft.azure.management.datalake.analytics that return StorageAccountInformationModifier and TypeMethodDescriptionGets the specified Azure Storage account linked to the given Data Lake Analytics account.Methods in com.microsoft.azure.management.datalake.analytics that return types with arguments of type StorageAccountInformationModifier 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.Method parameters in com.microsoft.azure.management.datalake.analytics with type arguments of type StorageAccountInformationModifier 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
Methods in com.microsoft.azure.management.datalake.analytics.models that return types with arguments of type StorageAccountInformationModifier and TypeMethodDescriptionDataLakeAnalyticsAccount.storageAccounts()
Get the list of Azure Blob Storage accounts associated with this account.