WorkflowRunActionRepetitionsRequestHistoriesClient Interface

public interface WorkflowRunActionRepetitionsRequestHistoriesClient

An instance of this class provides access to all the operations defined in WorkflowRunActionRepetitionsRequestHistoriesClient.

Method Summary

Modifier and Type Method and Description
abstract RequestHistoryInner get(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)

Gets a workflow run repetition request history.

abstract Response<RequestHistoryInner> getWithResponse(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName, Context context)

Gets a workflow run repetition request history.

abstract PagedIterable<RequestHistoryInner> list(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName)

List a workflow run repetition request history.

abstract PagedIterable<RequestHistoryInner> list(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, Context context)

List a workflow run repetition request history.

Method Details

get

public abstract RequestHistoryInner get(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)

Gets a workflow run repetition request history.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
runName - The workflow run name.
actionName - The workflow action name.
repetitionName - The workflow repetition.
requestHistoryName - The request history name.

Returns:

a workflow run repetition request history.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName, Context context)

Gets a workflow run repetition request history.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
runName - The workflow run name.
actionName - The workflow action name.
repetitionName - The workflow repetition.
requestHistoryName - The request history name.
context - The context to associate with this operation.

Returns:

a workflow run repetition request history along with Response<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName)

List a workflow run repetition request history.

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:

the list of workflow request histories as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String workflowName, String runName, String actionName, String repetitionName, Context context)

List a workflow run repetition request history.

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:

the list of workflow request histories as paginated response with PagedIterable<T>.

Applies to