Interface WorkflowRunActionRepetitionsRequestHistories


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

    • list

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