BigDataPoolsAsyncClient Class

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

public final class BigDataPoolsAsyncClient

Initializes a new instance of the asynchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
Mono<BigDataPoolResourceInfo> get(String bigDataPoolName)

Get Big Data Pool.

Mono<Response<BigDataPoolResourceInfo>> getWithResponse(String bigDataPoolName)

Get Big Data Pool.

Mono<BigDataPoolResourceInfoListResult> list()

List Big Data Pools.

Mono<Response<BigDataPoolResourceInfoListResult>> listWithResponse()

List Big Data Pools.

Methods inherited from java.lang.Object

Method Details

get

public Mono get(String bigDataPoolName)

Get Big Data Pool.

Parameters:

bigDataPoolName - The Big Data Pool name.

Returns:

big Data Pool on successful completion of Mono.

getWithResponse

public Mono<>> getWithResponse(String bigDataPoolName)

Get Big Data Pool.

Parameters:

bigDataPoolName - The Big Data Pool name.

Returns:

big Data Pool along with Response<T> on successful completion of Mono.

list

public Mono list()

List Big Data Pools.

Returns:

collection of Big Data pools on successful completion of Mono.

listWithResponse

public Mono<>> listWithResponse()

List Big Data Pools.

Returns:

collection of Big Data pools along with Response<T> on successful completion of Mono.

Applies to