IntegrationRuntimesAsyncClient Class

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

public final class IntegrationRuntimesAsyncClient

Initializes a new instance of the asynchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
Mono<IntegrationRuntimeResource> get(String integrationRuntimeName)

Get Integration Runtime.

Mono<Response<IntegrationRuntimeResource>> getWithResponse(String integrationRuntimeName)

Get Integration Runtime.

Mono<IntegrationRuntimeListResponse> list()

List Integration Runtimes.

Mono<Response<IntegrationRuntimeListResponse>> listWithResponse()

List Integration Runtimes.

Methods inherited from java.lang.Object

Method Details

get

public Mono get(String integrationRuntimeName)

Get Integration Runtime.

Parameters:

integrationRuntimeName - The Integration Runtime name.

Returns:

integration Runtime on successful completion of Mono.

getWithResponse

public Mono<>> getWithResponse(String integrationRuntimeName)

Get Integration Runtime.

Parameters:

integrationRuntimeName - The Integration Runtime name.

Returns:

integration Runtime along with Response<T> on successful completion of Mono.

list

public Mono list()

List Integration Runtimes.

Returns:

a list of integration runtime resources on successful completion of Mono.

listWithResponse

public Mono<>> listWithResponse()

List Integration Runtimes.

Returns:

a list of integration runtime resources along with Response<T> on successful completion of Mono.

Applies to