Class IntegrationRuntimesClient

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

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

    • list

      List Integration Runtimes.
      Returns:
      a list of integration runtime resources.
      Throws:
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listWithResponse

      public com.azure.core.http.rest.Response<IntegrationRuntimeListResponse> listWithResponse(com.azure.core.util.Context context)
      List Integration Runtimes.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      a list of integration runtime resources along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      public IntegrationRuntimeResource get(String integrationRuntimeName)
      Get Integration Runtime.
      Parameters:
      integrationRuntimeName - The Integration Runtime name.
      Returns:
      integration Runtime.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • getWithResponse

      public com.azure.core.http.rest.Response<IntegrationRuntimeResource> getWithResponse(String integrationRuntimeName, com.azure.core.util.Context context)
      Get Integration Runtime.
      Parameters:
      integrationRuntimeName - The Integration Runtime name.
      context - The context to associate with this operation.
      Returns:
      integration Runtime along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      ErrorContractException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.