Class BigDataPoolsClient


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

      • 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.
      • 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.