public interface StorageAccounts
Modifier and Type | Method and Description |
---|---|
void |
add(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
void |
add(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
rx.Observable<Void> |
addAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
ServiceFuture<Void> |
addAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
rx.Observable<Void> |
addAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
ServiceFuture<Void> |
addAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
rx.Observable<ServiceResponse<Void>> |
addWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
rx.Observable<ServiceResponse<Void>> |
addWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix)
Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
void |
delete(String resourceGroupName,
String accountName,
String storageAccountName)
Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
rx.Observable<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
ServiceFuture<Void> |
deleteAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<Void> serviceCallback)
Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
rx.Observable<ServiceResponse<Void>> |
deleteWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
StorageAccountInformation |
get(String resourceGroupName,
String accountName,
String storageAccountName)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
rx.Observable<StorageAccountInformation> |
getAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
ServiceFuture<StorageAccountInformation> |
getAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<StorageAccountInformation> serviceCallback)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
StorageContainer |
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.
|
rx.Observable<StorageContainer> |
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> |
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>> |
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.
|
rx.Observable<ServiceResponse<StorageAccountInformation>> |
getWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
PagedList<StorageAccountInformation> |
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> |
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>> |
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>> |
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>> |
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>> |
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> |
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>> |
listByAccountNextAsync(String nextPageLink)
Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.
|
ServiceFuture<List<StorageAccountInformation>> |
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>>> |
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>>> |
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>>> |
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.
|
PagedList<SasTokenInformation> |
listSasTokens(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<Page<SasTokenInformation>> |
listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<SasTokenInformation>> |
listSasTokensAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
PagedList<SasTokenInformation> |
listSasTokensNext(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<Page<SasTokenInformation>> |
listSasTokensNextAsync(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
ServiceFuture<List<SasTokenInformation>> |
listSasTokensNextAsync(String nextPageLink,
ServiceFuture<List<SasTokenInformation>> serviceFuture,
ListOperationCallback<SasTokenInformation> serviceCallback)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<ServiceResponse<Page<SasTokenInformation>>> |
listSasTokensNextWithServiceResponseAsync(String nextPageLink)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
rx.Observable<ServiceResponse<Page<SasTokenInformation>>> |
listSasTokensWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String containerName)
Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
|
PagedList<StorageContainer> |
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>> |
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>> |
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> |
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>> |
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>> |
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>>> |
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>>> |
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.
|
void |
update(String resourceGroupName,
String accountName,
String storageAccountName)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
void |
update(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
rx.Observable<Void> |
updateAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
ServiceFuture<Void> |
updateAsync(String resourceGroupName,
String accountName,
String storageAccountName,
ServiceCallback<Void> serviceCallback)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
rx.Observable<Void> |
updateAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
ServiceFuture<Void> |
updateAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix,
ServiceCallback<Void> serviceCallback)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
rx.Observable<ServiceResponse<Void>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
rx.Observable<ServiceResponse<Void>> |
updateWithServiceResponseAsync(String resourceGroupName,
String accountName,
String storageAccountName,
String accessKey,
String suffix)
Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
|
PagedList<StorageAccountInformation> listByAccount(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<StorageAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, ListOperationCallback<StorageAccountInformation> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<StorageAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<StorageAccountInformation>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.IllegalArgumentException
- thrown if parameters fail the validationPagedList<StorageAccountInformation> listByAccount(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- The OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<StorageAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, ListOperationCallback<StorageAccountInformation> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- The OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<StorageAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- The OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<StorageAccountInformation>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.filter
- The OData filter. Optional.top
- The number of items to return. Optional.skip
- The number of items to skip over before returning elements. Optional.select
- OData Select statement. Limits the properties on each entry to just those requested, e.g. Categories?$select=CategoryName,Description. Optional.orderby
- OrderBy clause. One or more comma-separated expressions with an optional "asc" (the default) or "desc" depending on the order you'd like the values sorted, e.g. Categories?$orderby=CategoryName desc. Optional.count
- The Boolean value of true or false to request a count of the matching resources included with the resources in the response, e.g. Categories?$count=true. Optional.IllegalArgumentException
- thrown if parameters fail the validationvoid add(String resourceGroupName, String accountName, String storageAccountName, String accessKey)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> addWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid add(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> addAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> addAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> addWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to addaccessKey
- The access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationStorageAccountInformation get(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account for which to retrieve the details.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<StorageAccountInformation> getAsync(String resourceGroupName, String accountName, String storageAccountName, ServiceCallback<StorageAccountInformation> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account for which to retrieve the details.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<StorageAccountInformation> getAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account for which to retrieve the details.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<StorageAccountInformation>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account for which to retrieve the details.IllegalArgumentException
- thrown if parameters fail the validationvoid update(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateAsync(String resourceGroupName, String accountName, String storageAccountName, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid update(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyaccessKey
- The updated access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> updateAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyaccessKey
- The updated access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> updateAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyaccessKey
- The updated access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The Azure Storage account to modifyaccessKey
- The updated access key associated with this Azure Storage account that will be used to connect to it.suffix
- The optional suffix for the storage account.ServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationvoid delete(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to removeIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String storageAccountName, ServiceCallback<Void> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to removeserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Void> deleteAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to removeServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure Storage account to removeServiceResponse
object if successful.IllegalArgumentException
- thrown if parameters fail the validationPagedList<StorageContainer> listStorageContainers(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to list blob containers.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<StorageContainer>> listStorageContainersAsync(String resourceGroupName, String accountName, String storageAccountName, ListOperationCallback<StorageContainer> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to list blob containers.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<StorageContainer>> listStorageContainersAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to list blob containers.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<StorageContainer>>> listStorageContainersWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to list blob containers.IllegalArgumentException
- thrown if parameters fail the validationStorageContainer getStorageContainer(String resourceGroupName, String accountName, String storageAccountName, String containerName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to retrieve the blob container.containerName
- The name of the Azure storage container to retrieveIllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<StorageContainer> getStorageContainerAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName, ServiceCallback<StorageContainer> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to retrieve the blob container.containerName
- The name of the Azure storage container to retrieveserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<StorageContainer> getStorageContainerAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to retrieve the blob container.containerName
- The name of the Azure storage container to retrieveIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<StorageContainer>> getStorageContainerWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account from which to retrieve the blob container.containerName
- The name of the Azure storage container to retrieveIllegalArgumentException
- thrown if parameters fail the validationPagedList<SasTokenInformation> listSasTokens(String resourceGroupName, String accountName, String storageAccountName, String containerName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account for which the SAS token is being requested.containerName
- The name of the Azure storage container for which the SAS token is being requested.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<SasTokenInformation>> listSasTokensAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName, ListOperationCallback<SasTokenInformation> serviceCallback)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account for which the SAS token is being requested.containerName
- The name of the Azure storage container for which the SAS token is being requested.serviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<SasTokenInformation>> listSasTokensAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account for which the SAS token is being requested.containerName
- The name of the Azure storage container for which the SAS token is being requested.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<SasTokenInformation>>> listSasTokensWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName)
resourceGroupName
- The name of the Azure resource group.accountName
- The name of the Data Lake Analytics account.storageAccountName
- The name of the Azure storage account for which the SAS token is being requested.containerName
- The name of the Azure storage container for which the SAS token is being requested.IllegalArgumentException
- thrown if parameters fail the validationPagedList<StorageAccountInformation> listByAccountNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<StorageAccountInformation>> listByAccountNextAsync(String nextPageLink, ServiceFuture<List<StorageAccountInformation>> serviceFuture, ListOperationCallback<StorageAccountInformation> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<StorageAccountInformation>> listByAccountNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<StorageAccountInformation>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<StorageContainer> listStorageContainersNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<StorageContainer>> listStorageContainersNextAsync(String nextPageLink, ServiceFuture<List<StorageContainer>> serviceFuture, ListOperationCallback<StorageContainer> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<StorageContainer>> listStorageContainersNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<StorageContainer>>> listStorageContainersNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationPagedList<SasTokenInformation> listSasTokensNext(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCloudException
- thrown if the request is rejected by serverRuntimeException
- all other wrapped checked exceptions if the request fails to be sentServiceFuture<List<SasTokenInformation>> listSasTokensNextAsync(String nextPageLink, ServiceFuture<List<SasTokenInformation>> serviceFuture, ListOperationCallback<SasTokenInformation> serviceCallback)
nextPageLink
- The NextLink from the previous successful call to List operation.serviceFuture
- the ServiceFuture object tracking the Retrofit callsserviceCallback
- the async ServiceCallback to handle successful and failed responses.ServiceFuture
objectIllegalArgumentException
- thrown if parameters fail the validationrx.Observable<Page<SasTokenInformation>> listSasTokensNextAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationrx.Observable<ServiceResponse<Page<SasTokenInformation>>> listSasTokensNextWithServiceResponseAsync(String nextPageLink)
nextPageLink
- The NextLink from the previous successful call to List operation.IllegalArgumentException
- thrown if parameters fail the validationCopyright © 2019. All rights reserved.