Interface DataLakeStoreAccounts


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

    • listByAccount

      com.microsoft.azure.PagedList<DataLakeStoreAccountInformation> listByAccount(String resourceGroupName, String accountName)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation> 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<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccount

      com.microsoft.azure.PagedList<DataLakeStoreAccountInformation> listByAccount(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Gets the first page of Data Lake Store accounts 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 - 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<DataLakeStoreAccountInformation> 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<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
      Gets the first page of Data Lake Store accounts 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 - 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<DataLakeStoreAccountInformation>> listByAccountAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Gets the first page of Data Lake Store accounts 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 - 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<DataLakeStoreAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>> listByAccountWithServiceResponseAsync(String resourceGroupName, String accountName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Gets the first page of Data Lake Store accounts 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 - 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<DataLakeStoreAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • add

      void add(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      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 dataLakeStoreAccountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      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 dataLakeStoreAccountName)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      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 dataLakeStoreAccountName)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • add

      void add(String resourceGroupName, String accountName, String dataLakeStoreAccountName, String suffix)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      suffix - The optional suffix for the Data Lake Store 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 dataLakeStoreAccountName, String suffix, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      suffix - The optional suffix for the Data Lake Store 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 dataLakeStoreAccountName, String suffix)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      suffix - The optional suffix for the Data Lake Store 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 dataLakeStoreAccountName, String suffix)
      Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to add.
      suffix - The optional suffix for the Data Lake Store account.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • get

      DataLakeStoreAccountInformation get(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
      Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to retrieve
      Returns:
      the DataLakeStoreAccountInformation 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<DataLakeStoreAccountInformation> getAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName, com.microsoft.rest.ServiceCallback<DataLakeStoreAccountInformation> serviceCallback)
      Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to retrieve
      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<DataLakeStoreAccountInformation> getAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
      Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to retrieve
      Returns:
      the observable to the DataLakeStoreAccountInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccountInformation>> getWithServiceResponseAsync(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
      Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to retrieve
      Returns:
      the observable to the DataLakeStoreAccountInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • delete

      void delete(String resourceGroupName, String accountName, String dataLakeStoreAccountName)
      Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store 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 dataLakeStoreAccountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store 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 dataLakeStoreAccountName)
      Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store 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 dataLakeStoreAccountName)
      Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Analytics account.
      dataLakeStoreAccountName - The name of the Data Lake Store account to remove
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountNext

      com.microsoft.azure.PagedList<DataLakeStoreAccountInformation> listByAccountNext(String nextPageLink)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation> 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<DataLakeStoreAccountInformation>> listByAccountNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountInformation>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountInformation> serviceCallback)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation>> listByAccountNextAsync(String nextPageLink)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByAccountNextWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountInformation>>> listByAccountNextWithServiceResponseAsync(String nextPageLink)
      Gets the first page of Data Lake Store accounts 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<DataLakeStoreAccountInformation> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation