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 name, String workflowName, String runName, String actionName, String repetitionName)
Get a workflow run action repetition.
Parameters:
Returns:
getAsync
public abstract Mono
Get a workflow run action repetition.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a workflow run action repetition.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a workflow run action repetition.
Parameters:
Returns:
list
public abstract PagedIterable
Get all of a workflow run action repetitions.
Parameters:
Returns:
list
public abstract PagedIterable
Get all of a workflow run action repetitions.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Get all of a workflow run action repetitions.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable
Lists a workflow run expression trace.
Parameters:
Returns:
listExpressionTraces
public abstract PagedIterable
Lists a workflow run expression trace.
Parameters:
Returns:
listExpressionTracesAsync
public abstract PagedFlux
Lists a workflow run expression trace.
Parameters:
Returns:
Applies to
Azure SDK for Java