Interface StorageAccounts


public interface StorageAccounts
An instance of this class provides access to all the operations defined in StorageAccounts.
  • Method Details

    • listByAccount

      com.microsoft.azure.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. The response includes a link to the next page, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      Returns:
      the PagedList<StorageAccountInformation> object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listByAccountAsync

      com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>> 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. The response includes a link to the next page, if any.
      Parameters:
      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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountAsync

      rx.Observable<com.microsoft.azure.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. The response includes a link to the next page, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      Returns:
      the observable to the PagedList<StorageAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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. The response includes a link to the next page, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      Returns:
      the observable to the PagedList<StorageAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccount

      com.microsoft.azure.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. The response includes a link to the next page, if any.
      Parameters:
      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.
      Returns:
      the PagedList<StorageAccountInformation> object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listByAccountAsync

      com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>> 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. The response includes a link to the next page, if any.
      Parameters:
      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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountAsync

      rx.Observable<com.microsoft.azure.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. The response includes a link to the next page, if any.
      Parameters:
      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.
      Returns:
      the observable to the PagedList<StorageAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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. The response includes a link to the next page, if any.
      Parameters:
      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.
      Returns:
      the observable to the PagedList<StorageAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • add

      void add(String resourceGroupName, String accountName, String storageAccountName, String accessKey)
      Updates the specified Data Lake Analytics account to add an Azure Storage account.
      Parameters:
      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 add
      accessKey - The access key associated with this Azure Storage account that will be used to connect to it.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • addAsync

      com.microsoft.rest.ServiceFuture<Void> addAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the specified Data Lake Analytics account to add an Azure Storage account.
      Parameters:
      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 add
      accessKey - 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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • addAsync

      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.
      Parameters:
      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 add
      accessKey - The access key associated with this Azure Storage account that will be used to connect to it.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • addWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<Void>> addWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey)
      Updates the specified Data Lake Analytics account to add an Azure Storage account.
      Parameters:
      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 add
      accessKey - The access key associated with this Azure Storage account that will be used to connect to it.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • add

      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.
      Parameters:
      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 add
      accessKey - 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • addAsync

      com.microsoft.rest.ServiceFuture<Void> addAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the specified Data Lake Analytics account to add an Azure Storage account.
      Parameters:
      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 add
      accessKey - 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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • addAsync

      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.
      Parameters:
      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 add
      accessKey - 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.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • addWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.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.
      Parameters:
      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 add
      accessKey - 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.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • get

      StorageAccountInformation get(String resourceGroupName, String accountName, String storageAccountName)
      Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
      Parameters:
      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.
      Returns:
      the StorageAccountInformation object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • getAsync

      com.microsoft.rest.ServiceFuture<StorageAccountInformation> 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.
      Parameters:
      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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getAsync

      rx.Observable<StorageAccountInformation> getAsync(String resourceGroupName, String accountName, String storageAccountName)
      Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
      Parameters:
      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.
      Returns:
      the observable to the StorageAccountInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<StorageAccountInformation>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName)
      Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
      Parameters:
      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.
      Returns:
      the observable to the StorageAccountInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • update

      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.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • updateAsync

      com.microsoft.rest.ServiceFuture<Void> updateAsync(String resourceGroupName, String accountName, String storageAccountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • updateAsync

      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.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • updateWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.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.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • update

      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.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      accessKey - 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • updateAsync

      com.microsoft.rest.ServiceFuture<Void> updateAsync(String resourceGroupName, String accountName, String storageAccountName, String accessKey, String suffix, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the access key and/or suffix.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      accessKey - 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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • updateAsync

      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.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      accessKey - 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.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • updateWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.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.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      storageAccountName - The Azure Storage account to modify
      accessKey - 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.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • delete

      void delete(String resourceGroupName, String accountName, String storageAccountName)
      Updates the specified Data Lake Analytics account to remove an Azure Storage account.
      Parameters:
      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 remove
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • deleteAsync

      com.microsoft.rest.ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, String storageAccountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the specified Data Lake Analytics account to remove an Azure Storage account.
      Parameters:
      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 remove
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • deleteAsync

      rx.Observable<Void> deleteAsync(String resourceGroupName, String accountName, String storageAccountName)
      Updates the specified Data Lake Analytics account to remove an Azure Storage account.
      Parameters:
      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 remove
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • deleteWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<Void>> deleteWithServiceResponseAsync(String resourceGroupName, String accountName, String storageAccountName)
      Updates the specified Data Lake Analytics account to remove an Azure Storage account.
      Parameters:
      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 remove
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listStorageContainers

      com.microsoft.azure.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. The response includes a link to the next page of results, if any.
      Parameters:
      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.
      Returns:
      the PagedList<StorageContainer> object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listStorageContainersAsync

      com.microsoft.rest.ServiceFuture<List<StorageContainer>> listStorageContainersAsync(String resourceGroupName, String accountName, String storageAccountName, com.microsoft.azure.ListOperationCallback<StorageContainer> serviceCallback)
      Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.
      Parameters:
      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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listStorageContainersAsync

      rx.Observable<com.microsoft.azure.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. The response includes a link to the next page of results, if any.
      Parameters:
      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.
      Returns:
      the observable to the PagedList<StorageContainer> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listStorageContainersWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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. The response includes a link to the next page of results, if any.
      Parameters:
      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.
      Returns:
      the observable to the PagedList<StorageContainer> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getStorageContainer

      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.
      Parameters:
      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 retrieve
      Returns:
      the StorageContainer object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • getStorageContainerAsync

      com.microsoft.rest.ServiceFuture<StorageContainer> getStorageContainerAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName, com.microsoft.rest.ServiceCallback<StorageContainer> serviceCallback)
      Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure Storage accounts.
      Parameters:
      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 retrieve
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getStorageContainerAsync

      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.
      Parameters:
      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 retrieve
      Returns:
      the observable to the StorageContainer object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getStorageContainerWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.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.
      Parameters:
      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 retrieve
      Returns:
      the observable to the StorageContainer object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listSasTokens

      com.microsoft.azure.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.
      Parameters:
      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.
      Returns:
      the PagedList<SasTokenInformation> object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listSasTokensAsync

      com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> listSasTokensAsync(String resourceGroupName, String accountName, String storageAccountName, String containerName, com.microsoft.azure.ListOperationCallback<SasTokenInformation> serviceCallback)
      Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
      Parameters:
      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.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listSasTokensAsync

      rx.Observable<com.microsoft.azure.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.
      Parameters:
      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.
      Returns:
      the observable to the PagedList<SasTokenInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listSasTokensWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.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.
      Parameters:
      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.
      Returns:
      the observable to the PagedList<SasTokenInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountNext

      com.microsoft.azure.PagedList<StorageAccountInformation> listByAccountNext(String nextPageLink)
      Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the PagedList<StorageAccountInformation> object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listByAccountNextAsync

      com.microsoft.rest.ServiceFuture<List<StorageAccountInformation>> 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. The response includes a link to the next page, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      serviceFuture - the ServiceFuture object tracking the Retrofit calls
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountNextAsync

      rx.Observable<com.microsoft.azure.Page<StorageAccountInformation>> listByAccountNextAsync(String nextPageLink)
      Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the observable to the PagedList<StorageAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountNextWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<StorageAccountInformation>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
      Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account. The response includes a link to the next page, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the observable to the PagedList<StorageAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listStorageContainersNext

      com.microsoft.azure.PagedList<StorageContainer> listStorageContainersNext(String nextPageLink)
      Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the PagedList<StorageContainer> object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listStorageContainersNextAsync

      com.microsoft.rest.ServiceFuture<List<StorageContainer>> listStorageContainersNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<StorageContainer>> serviceFuture, com.microsoft.azure.ListOperationCallback<StorageContainer> serviceCallback)
      Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      serviceFuture - the ServiceFuture object tracking the Retrofit calls
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listStorageContainersNextAsync

      rx.Observable<com.microsoft.azure.Page<StorageContainer>> listStorageContainersNextAsync(String nextPageLink)
      Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the observable to the PagedList<StorageContainer> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listStorageContainersNextWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<StorageContainer>>> listStorageContainersNextWithServiceResponseAsync(String nextPageLink)
      Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and Azure Storage account combination. The response includes a link to the next page of results, if any.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the observable to the PagedList<StorageContainer> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listSasTokensNext

      com.microsoft.azure.PagedList<SasTokenInformation> listSasTokensNext(String nextPageLink)
      Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the PagedList<SasTokenInformation> object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
      com.microsoft.azure.CloudException - thrown if the request is rejected by server
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent
    • listSasTokensNextAsync

      com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> listSasTokensNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<SasTokenInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<SasTokenInformation> serviceCallback)
      Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      serviceFuture - the ServiceFuture object tracking the Retrofit calls
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listSasTokensNextAsync

      rx.Observable<com.microsoft.azure.Page<SasTokenInformation>> listSasTokensNextAsync(String nextPageLink)
      Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the observable to the PagedList<SasTokenInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listSasTokensNextWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<SasTokenInformation>>> listSasTokensNextWithServiceResponseAsync(String nextPageLink)
      Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and container combination.
      Parameters:
      nextPageLink - The NextLink from the previous successful call to List operation.
      Returns:
      the observable to the PagedList<SasTokenInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation