Interface BigDataPoolsClient


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

    • getWithResponse

      com.azure.core.http.rest.Response<BigDataPoolResourceInfoInner> getWithResponse(String resourceGroupName, String workspaceName, String bigDataPoolName, com.azure.core.util.Context context)
      Get Big Data pool

      Get a Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      context - The context to associate with this operation.
      Returns:
      a Big Data pool along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      BigDataPoolResourceInfoInner get(String resourceGroupName, String workspaceName, String bigDataPoolName)
      Get Big Data pool

      Get a Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      Returns:
      a Big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • updateWithResponse

      com.azure.core.http.rest.Response<BigDataPoolResourceInfoInner> updateWithResponse(String resourceGroupName, String workspaceName, String bigDataPoolName, BigDataPoolPatchInfo bigDataPoolPatchInfo, com.azure.core.util.Context context)
      Update a Big Data pool.

      Patch a Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      bigDataPoolPatchInfo - The updated Big Data pool properties.
      context - The context to associate with this operation.
      Returns:
      big Data pool along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • update

      BigDataPoolResourceInfoInner update(String resourceGroupName, String workspaceName, String bigDataPoolName, BigDataPoolPatchInfo bigDataPoolPatchInfo)
      Update a Big Data pool.

      Patch a Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      bigDataPoolPatchInfo - The updated Big Data pool properties.
      Returns:
      big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BigDataPoolResourceInfoInner>,BigDataPoolResourceInfoInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String bigDataPoolName, BigDataPoolResourceInfoInner bigDataPoolInfo)
      Create a Big Data pool.

      Create a new Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      bigDataPoolInfo - The Big Data pool to create.
      Returns:
      the SyncPoller for polling of big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginCreateOrUpdate

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BigDataPoolResourceInfoInner>,BigDataPoolResourceInfoInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, String bigDataPoolName, BigDataPoolResourceInfoInner bigDataPoolInfo, Boolean force, com.azure.core.util.Context context)
      Create a Big Data pool.

      Create a new Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      bigDataPoolInfo - The Big Data pool to create.
      force - Whether to stop any running jobs in the Big Data pool.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      BigDataPoolResourceInfoInner createOrUpdate(String resourceGroupName, String workspaceName, String bigDataPoolName, BigDataPoolResourceInfoInner bigDataPoolInfo)
      Create a Big Data pool.

      Create a new Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      bigDataPoolInfo - The Big Data pool to create.
      Returns:
      big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • createOrUpdate

      BigDataPoolResourceInfoInner createOrUpdate(String resourceGroupName, String workspaceName, String bigDataPoolName, BigDataPoolResourceInfoInner bigDataPoolInfo, Boolean force, com.azure.core.util.Context context)
      Create a Big Data pool.

      Create a new Big Data pool.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      bigDataPoolInfo - The Big Data pool to create.
      force - Whether to stop any running jobs in the Big Data pool.
      context - The context to associate with this operation.
      Returns:
      big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BigDataPoolResourceInfoInner>,BigDataPoolResourceInfoInner> beginDelete(String resourceGroupName, String workspaceName, String bigDataPoolName)
      Delete a Big Data pool.

      Delete a Big Data pool from the workspace.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      Returns:
      the SyncPoller for polling of big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • beginDelete

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BigDataPoolResourceInfoInner>,BigDataPoolResourceInfoInner> beginDelete(String resourceGroupName, String workspaceName, String bigDataPoolName, com.azure.core.util.Context context)
      Delete a Big Data pool.

      Delete a Big Data pool from the workspace.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      BigDataPoolResourceInfoInner delete(String resourceGroupName, String workspaceName, String bigDataPoolName)
      Delete a Big Data pool.

      Delete a Big Data pool from the workspace.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      Returns:
      big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • delete

      BigDataPoolResourceInfoInner delete(String resourceGroupName, String workspaceName, String bigDataPoolName, com.azure.core.util.Context context)
      Delete a Big Data pool.

      Delete a Big Data pool from the workspace.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      bigDataPoolName - Big Data pool name.
      context - The context to associate with this operation.
      Returns:
      big Data pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByWorkspace

      com.azure.core.http.rest.PagedIterable<BigDataPoolResourceInfoInner> listByWorkspace(String resourceGroupName, String workspaceName)
      List the Big Data pools in a workspace.

      List Big Data pools in a workspace.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      Returns:
      collection of Big Data pools as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByWorkspace

      com.azure.core.http.rest.PagedIterable<BigDataPoolResourceInfoInner> listByWorkspace(String resourceGroupName, String workspaceName, com.azure.core.util.Context context)
      List the Big Data pools in a workspace.

      List Big Data pools in a workspace.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      context - The context to associate with this operation.
      Returns:
      collection of Big Data pools as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.