BigDataPoolsClient Class

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

public final class BigDataPoolsClient

Initializes a new instance of the synchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
BigDataPoolResourceInfo get(String bigDataPoolName)

Get Big Data Pool.

Response<BigDataPoolResourceInfo> getWithResponse(String bigDataPoolName, Context context)

Get Big Data Pool.

BigDataPoolResourceInfoListResult list()

List Big Data Pools.

Response<BigDataPoolResourceInfoListResult> listWithResponse(Context context)

List Big Data Pools.

Methods inherited from java.lang.Object

Method Details

get

public BigDataPoolResourceInfo get(String bigDataPoolName)

Get Big Data Pool.

Parameters:

bigDataPoolName - The Big Data Pool name.

Returns:

big Data Pool.

getWithResponse

public Response getWithResponse(String bigDataPoolName, 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<T>.

list

public BigDataPoolResourceInfoListResult list()

List Big Data Pools.

Returns:

collection of Big Data pools.

listWithResponse

public Response listWithResponse(Context context)

List Big Data Pools.

Parameters:

context - The context to associate with this operation.

Returns:

collection of Big Data pools along with Response<T>.

Applies to