WorkflowRunActionScopeRepetitionsClient Interface
public interface WorkflowRunActionScopeRepetitionsClient
An instance of this class provides access to all the operations defined in WorkflowRunActionScopeRepetitionsClient.
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 scoped repetition.
Parameters:
Returns:
getAsync
public abstract Mono
Get a workflow run action scoped repetition.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a workflow run action scoped repetition.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a workflow run action scoped repetition.
Parameters:
Returns:
list
public abstract PagedIterable
List the workflow run action scoped repetitions.
Parameters:
Returns:
list
public abstract PagedIterable
List the workflow run action scoped repetitions.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List the workflow run action scoped repetitions.
Parameters:
Returns:
Applies to
Azure SDK for Java