Class SqlPoolsAsyncClient


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

      • listWithResponse

        public Mono<com.azure.core.http.rest.Response<SqlPoolInfoListResult>> listWithResponse()
        List Sql Pools.
        Returns:
        sQL pool collection along with Response on successful completion of Mono.
        Throws:
        ErrorContractException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getWithResponse

        public Mono<com.azure.core.http.rest.Response<SqlPool>> getWithResponse​(String sqlPoolName)
        Get Sql Pool.
        Parameters:
        sqlPoolName - The Sql Pool name.
        Returns:
        sql Pool along with Response on successful completion of Mono.
        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.