Class BigDataPoolsClient

java.lang.Object
com.azure.analytics.synapse.artifacts.BigDataPoolsClient

public final class BigDataPoolsClient extends Object
Initializes a new instance of the synchronous ArtifactsClient type.
  • Method Details

    • list

      List Big Data Pools.
      Returns:
      collection of Big Data pools.
      Throws:
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listWithResponse

      public com.azure.core.http.rest.Response<BigDataPoolResourceInfoListResult> listWithResponse(com.azure.core.util.Context context)
      List Big Data Pools.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      collection of Big Data pools along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      public BigDataPoolResourceInfo get(String bigDataPoolName)
      Get Big Data Pool.
      Parameters:
      bigDataPoolName - The Big Data Pool name.
      Returns:
      big Data Pool.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      public com.azure.core.http.rest.Response<BigDataPoolResourceInfo> getWithResponse(String bigDataPoolName, com.azure.core.util.Context context)
      Get Big Data Pool.
      Parameters:
      bigDataPoolName - The Big Data Pool name.
      context - The context to associate with this operation.
      Returns:
      big Data Pool along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.