Interface IntegrationRuntimeStatusOperations


public interface IntegrationRuntimeStatusOperations
Resource collection API of IntegrationRuntimeStatusOperations.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<IntegrationRuntimeStatusResponse> getWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, com.azure.core.util.Context context)
      Get integration runtime status

      Get the integration runtime status.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      integrationRuntimeName - Integration runtime name.
      context - The context to associate with this operation.
      Returns:
      the integration runtime status along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      IntegrationRuntimeStatusResponse get(String resourceGroupName, String workspaceName, String integrationRuntimeName)
      Get integration runtime status

      Get the integration runtime status.

      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      workspaceName - The name of the workspace.
      integrationRuntimeName - Integration runtime name.
      Returns:
      the integration runtime status.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.