Class WorkspaceAsyncClient

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

public final class WorkspaceAsyncClient extends Object
Initializes a new instance of the asynchronous ArtifactsClient type.
  • Method Details

    • getWithResponse

      public Mono<com.azure.core.http.rest.Response<Workspace>> getWithResponse()
      Get Workspace.
      Returns:
      workspace along with Response on successful completion of Mono.
      Throws:
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      public Mono<Workspace> get()
      Get Workspace.
      Returns:
      workspace on successful completion of Mono.
      Throws:
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.