WorkflowRunActionRepetitionsClient Interface
public interface WorkflowRunActionRepetitionsClient
An instance of this class provides access to all the operations defined in WorkflowRunActionRepetitionsClient.
Method Summary
Method Details
get
public abstract WorkflowRunActionRepetitionDefinitionInner get(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName)
Get a workflow run action repetition.
Parameters:
Returns:
getWithResponse
public abstract Response<WorkflowRunActionRepetitionDefinitionInner> getWithResponse(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, Context context)
Get a workflow run action repetition.
Parameters:
Returns:
list
public abstract PagedIterable<WorkflowRunActionRepetitionDefinitionInner> list(String resourceGroupName, String workflowName, String runName, String actionName)
Get all of a workflow run action repetitions.
Parameters:
Returns:
list
public abstract PagedIterable<WorkflowRunActionRepetitionDefinitionInner> list(String resourceGroupName, String workflowName, String runName, String actionName, Context context)
Get all of a workflow run action repetitions.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName)
Lists a workflow run expression trace.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, Context context)
Lists a workflow run expression trace.
Parameters:
Returns: