Interface WorkflowRunActionScopeRepetitions


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

    • list

      com.azure.core.http.rest.PagedIterable<WorkflowRunActionRepetitionDefinition> list(String resourceGroupName, String workflowName, String runName, String actionName)
      List the workflow run action scoped repetitions.
      Parameters:
      resourceGroupName - The resource group name.
      workflowName - The workflow name.
      runName - The workflow run name.
      actionName - The workflow action name.
      Returns:
      a collection of workflow run action repetitions 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<WorkflowRunActionRepetitionDefinition> list(String resourceGroupName, String workflowName, String runName, String actionName, com.azure.core.util.Context context)
      List the workflow run action scoped repetitions.
      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:
      a collection of workflow run action repetitions 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<WorkflowRunActionRepetitionDefinition> getWithResponse(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, com.azure.core.util.Context context)
      Get a workflow run action scoped repetition.
      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:
      a workflow run action scoped repetition 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

      WorkflowRunActionRepetitionDefinition get(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName)
      Get a workflow run action scoped repetition.
      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:
      a workflow run action scoped repetition.
      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.