WorkflowRunActionRepetitionsRequestHistoriesClient Interface
public interface WorkflowRunActionRepetitionsRequestHistoriesClient
An instance of this class provides access to all the operations defined in WorkflowRunActionRepetitionsRequestHistoriesClient.
Method Summary
Method Details
get
public abstract RequestHistoryInner get(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)
Gets a workflow run repetition request history.
Parameters:
Returns:
getAsync
public abstract Mono
Gets a workflow run repetition request history.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a workflow run repetition request history.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a workflow run repetition request history.
Parameters:
Returns:
list
public abstract PagedIterable
List a workflow run repetition request history.
Parameters:
Returns:
list
public abstract PagedIterable
List a workflow run repetition request history.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List a workflow run repetition request history.
Parameters:
Returns:
Applies to
Azure SDK for Java