Interface WorkflowRunOperationsClient


public interface WorkflowRunOperationsClient
An instance of this class provides access to all the operations defined in WorkflowRunOperationsClient.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<WorkflowRunInner> getWithResponse(String resourceGroupName, String workflowName, String runName, String operationId, com.azure.core.util.Context context)
      Gets an operation for a run.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      operationId - The workflow operation id.
      context - The context to associate with this operation.
      Returns:
      an operation for a run 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

      WorkflowRunInner get(String resourceGroupName, String workflowName, String runName, String operationId)
      Gets an operation for a run.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      operationId - The workflow operation id.
      Returns:
      an operation for a run.
      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.