Interface Accounts


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

    • list

      com.microsoft.azure.PagedList<DataLakeStoreAccountBasic> list()
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Returns:
      the PagedList<DataLakeStoreAccountBasic> 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
    • listAsync

      com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> listAsync(com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Parameters:
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listAsync

      rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountBasic>> listAsync()
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Returns:
      the observable to the PagedList<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountBasic>>> listWithServiceResponseAsync()
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Returns:
      the observable to the PagedList<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • list

      com.microsoft.azure.PagedList<DataLakeStoreAccountBasic> list(String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Parameters:
      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<DataLakeStoreAccountBasic> 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
    • listAsync

      com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> listAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Parameters:
      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
    • listAsync

      rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountBasic>> listAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Parameters:
      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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountBasic>>> listWithServiceResponseAsync(String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Lists the Data Lake Store accounts within the subscription. The response includes a link to the next page of results, if any.
      Parameters:
      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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByResourceGroup

      com.microsoft.azure.PagedList<DataLakeStoreAccountBasic> listByResourceGroup(String resourceGroupName)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      Returns:
      the PagedList<DataLakeStoreAccountBasic> 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
    • listByResourceGroupAsync

      com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByResourceGroupAsync

      rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      Returns:
      the observable to the PagedList<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByResourceGroupWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountBasic>>> listByResourceGroupWithServiceResponseAsync(String resourceGroupName)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      Returns:
      the observable to the PagedList<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByResourceGroup

      com.microsoft.azure.PagedList<DataLakeStoreAccountBasic> listByResourceGroup(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      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 - A 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<DataLakeStoreAccountBasic> 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
    • listByResourceGroupAsync

      com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      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 - A 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
    • listByResourceGroupAsync

      rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountBasic>> listByResourceGroupAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      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 - A 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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByResourceGroupWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountBasic>>> listByResourceGroupWithServiceResponseAsync(String resourceGroupName, String filter, Integer top, Integer skip, String select, String orderby, Boolean count)
      Lists the Data Lake Store accounts within a specific resource group. The response includes a link to the next page of results, if any.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      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 - A 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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • create

      DataLakeStoreAccount create(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create the Data Lake Store account.
      Returns:
      the DataLakeStoreAccount 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
    • createAsync

      com.microsoft.rest.ServiceFuture<DataLakeStoreAccount> createAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create 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
    • createAsync

      rx.Observable<DataLakeStoreAccount> createAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • createWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>> createWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • beginCreate

      DataLakeStoreAccount beginCreate(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create the Data Lake Store account.
      Returns:
      the DataLakeStoreAccount 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
    • beginCreateAsync

      com.microsoft.rest.ServiceFuture<DataLakeStoreAccount> beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create 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
    • beginCreateAsync

      rx.Observable<DataLakeStoreAccount> beginCreateAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • beginCreateWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>> beginCreateWithServiceResponseAsync(String resourceGroupName, String accountName, CreateDataLakeStoreAccountParameters parameters)
      Creates the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to create the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • get

      DataLakeStoreAccount get(String resourceGroupName, String accountName)
      Gets the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      Returns:
      the DataLakeStoreAccount 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<DataLakeStoreAccount> getAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback)
      Gets the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of 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
    • getAsync

      rx.Observable<DataLakeStoreAccount> getAsync(String resourceGroupName, String accountName)
      Gets the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • getWithServiceResponseAsync

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

      DataLakeStoreAccount update(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update the Data Lake Store account.
      Returns:
      the DataLakeStoreAccount 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
    • updateAsync

      com.microsoft.rest.ServiceFuture<DataLakeStoreAccount> updateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update 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
    • updateAsync

      rx.Observable<DataLakeStoreAccount> updateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • updateWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>> updateWithServiceResponseAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • beginUpdate

      DataLakeStoreAccount beginUpdate(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update the Data Lake Store account.
      Returns:
      the DataLakeStoreAccount 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
    • beginUpdateAsync

      com.microsoft.rest.ServiceFuture<DataLakeStoreAccount> beginUpdateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters, com.microsoft.rest.ServiceCallback<DataLakeStoreAccount> serviceCallback)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update 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
    • beginUpdateAsync

      rx.Observable<DataLakeStoreAccount> beginUpdateAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • beginUpdateWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<DataLakeStoreAccount>> beginUpdateWithServiceResponseAsync(String resourceGroupName, String accountName, UpdateDataLakeStoreAccountParameters parameters)
      Updates the specified Data Lake Store account information.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      parameters - Parameters supplied to update the Data Lake Store account.
      Returns:
      the observable to the DataLakeStoreAccount object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • delete

      void delete(String resourceGroupName, String accountName)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of 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
    • deleteAsync

      com.microsoft.rest.ServiceFuture<Void> deleteAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of 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
    • deleteAsync

      rx.Observable<Void> deleteAsync(String resourceGroupName, String accountName)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      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)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • beginDelete

      void beginDelete(String resourceGroupName, String accountName)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of 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
    • beginDeleteAsync

      com.microsoft.rest.ServiceFuture<Void> beginDeleteAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of 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
    • beginDeleteAsync

      rx.Observable<Void> beginDeleteAsync(String resourceGroupName, String accountName)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • beginDeleteWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<Void>> beginDeleteWithServiceResponseAsync(String resourceGroupName, String accountName)
      Deletes the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • enableKeyVault

      void enableKeyVault(String resourceGroupName, String accountName)
      Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of 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
    • enableKeyVaultAsync

      com.microsoft.rest.ServiceFuture<Void> enableKeyVaultAsync(String resourceGroupName, String accountName, com.microsoft.rest.ServiceCallback<Void> serviceCallback)
      Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of 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
    • enableKeyVaultAsync

      rx.Observable<Void> enableKeyVaultAsync(String resourceGroupName, String accountName)
      Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • enableKeyVaultWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<Void>> enableKeyVaultWithServiceResponseAsync(String resourceGroupName, String accountName)
      Attempts to enable a user managed Key Vault for encryption of the specified Data Lake Store account.
      Parameters:
      resourceGroupName - The name of the Azure resource group.
      accountName - The name of the Data Lake Store account.
      Returns:
      the ServiceResponse object if successful.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • checkNameAvailability

      NameAvailabilityInformation checkNameAvailability(String location, String name)
      Checks whether the specified account name is available or taken.
      Parameters:
      location - The resource location without whitespace.
      name - The Data Lake Store name to check availability for.
      Returns:
      the NameAvailabilityInformation 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
    • checkNameAvailabilityAsync

      com.microsoft.rest.ServiceFuture<NameAvailabilityInformation> checkNameAvailabilityAsync(String location, String name, com.microsoft.rest.ServiceCallback<NameAvailabilityInformation> serviceCallback)
      Checks whether the specified account name is available or taken.
      Parameters:
      location - The resource location without whitespace.
      name - The Data Lake Store name to check availability for.
      serviceCallback - the async ServiceCallback to handle successful and failed responses.
      Returns:
      the ServiceFuture object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • checkNameAvailabilityAsync

      rx.Observable<NameAvailabilityInformation> checkNameAvailabilityAsync(String location, String name)
      Checks whether the specified account name is available or taken.
      Parameters:
      location - The resource location without whitespace.
      name - The Data Lake Store name to check availability for.
      Returns:
      the observable to the NameAvailabilityInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • checkNameAvailabilityWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<NameAvailabilityInformation>> checkNameAvailabilityWithServiceResponseAsync(String location, String name)
      Checks whether the specified account name is available or taken.
      Parameters:
      location - The resource location without whitespace.
      name - The Data Lake Store name to check availability for.
      Returns:
      the observable to the NameAvailabilityInformation object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listNext

      com.microsoft.azure.PagedList<DataLakeStoreAccountBasic> listNext(String nextPageLink)
      Lists the Data Lake Store accounts within the subscription. 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<DataLakeStoreAccountBasic> 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
    • listNextAsync

      com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> listNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
      Lists the Data Lake Store accounts within the subscription. 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
    • listNextAsync

      rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountBasic>> listNextAsync(String nextPageLink)
      Lists the Data Lake Store accounts within the subscription. 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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listNextWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountBasic>>> listNextWithServiceResponseAsync(String nextPageLink)
      Lists the Data Lake Store accounts within the subscription. 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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByResourceGroupNext

      com.microsoft.azure.PagedList<DataLakeStoreAccountBasic> listByResourceGroupNext(String nextPageLink)
      Lists the Data Lake Store accounts within a specific resource group. 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<DataLakeStoreAccountBasic> 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
    • listByResourceGroupNextAsync

      com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> listByResourceGroupNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<DataLakeStoreAccountBasic>> serviceFuture, com.microsoft.azure.ListOperationCallback<DataLakeStoreAccountBasic> serviceCallback)
      Lists the Data Lake Store accounts within a specific resource group. 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
    • listByResourceGroupNextAsync

      rx.Observable<com.microsoft.azure.Page<DataLakeStoreAccountBasic>> listByResourceGroupNextAsync(String nextPageLink)
      Lists the Data Lake Store accounts within a specific resource group. 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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation
    • listByResourceGroupNextWithServiceResponseAsync

      rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<DataLakeStoreAccountBasic>>> listByResourceGroupNextWithServiceResponseAsync(String nextPageLink)
      Lists the Data Lake Store accounts within a specific resource group. 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<DataLakeStoreAccountBasic> object
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation