WorkspaceAsyncClient Class

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

public final class WorkspaceAsyncClient

Initializes a new instance of the asynchronous ArtifactsClient type.

Method Summary

Modifier and Type Method and Description
Mono<Workspace> get()

Get Workspace.

Mono<Response<Workspace>> getWithResponse()

Get Workspace.

Methods inherited from java.lang.Object

Method Details

get

public Mono get()

Get Workspace.

Returns:

workspace on successful completion of Mono.

getWithResponse

public Mono<>> getWithResponse()

Get Workspace.

Returns:

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

Applies to