Interface WorkflowRunActionRequestHistories


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

    • list

      com.azure.core.http.rest.PagedIterable<RequestHistory> list(String resourceGroupName, String workflowName, String runName, String actionName)
      List a workflow run request history.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      Returns:
      the list of workflow request histories as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<RequestHistory> list(String resourceGroupName, String workflowName, String runName, String actionName, com.azure.core.util.Context context)
      List a workflow run request history.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      context - The context to associate with this operation.
      Returns:
      the list of workflow request histories as paginated response with PagedIterable.
      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.
    • getWithResponse

      com.azure.core.http.rest.Response<RequestHistory> getWithResponse(String resourceGroupName, String workflowName, String runName, String actionName, String requestHistoryName, com.azure.core.util.Context context)
      Gets a workflow run request history.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      requestHistoryName - The request history name.
      context - The context to associate with this operation.
      Returns:
      a workflow run request history 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

      RequestHistory get(String resourceGroupName, String workflowName, String runName, String actionName, String requestHistoryName)
      Gets a workflow run request history.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      requestHistoryName - The request history name.
      Returns:
      a workflow run request history.
      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.