SqlPoolsClient Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.SqlPoolsClient

public final class SqlPoolsClient

Initializes a new instance of the synchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
SqlPool get(String sqlPoolName)

Get Sql Pool.

Response<SqlPool> getWithResponse(String sqlPoolName, Context context)

Get Sql Pool.

SqlPoolInfoListResult list()

List Sql Pools.

Response<SqlPoolInfoListResult> listWithResponse(Context context)

List Sql Pools.

Methods inherited from java.lang.Object

Method Details

get

public SqlPool get(String sqlPoolName)

Get Sql Pool.

Parameters:

sqlPoolName - The Sql Pool name.

Returns:

sql Pool.

getWithResponse

public Response getWithResponse(String sqlPoolName, Context context)

Get Sql Pool.

Parameters:

sqlPoolName - The Sql Pool name.
context - The context to associate with this operation.

Returns:

sql Pool along with Response<T>.

list

public SqlPoolInfoListResult list()

List Sql Pools.

Returns:

sQL pool collection.

listWithResponse

public Response listWithResponse(Context context)

List Sql Pools.

Parameters:

context - The context to associate with this operation.

Returns:

sQL pool collection along with Response<T>.

Applies to