WorkflowRunActionRequestHistoriesClient Interface

public interface WorkflowRunActionRequestHistoriesClient

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

Method Summary

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

Gets a workflow run request history.

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

Gets a workflow run request history.

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

List a workflow run request history.

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

List a workflow run request history.

Method Details

get

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

Gets a workflow run request history.

Parameters:

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

Returns:

a workflow run request history.

getWithResponse

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

Gets a workflow run request history.

Parameters:

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

Returns:

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

list

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

List a workflow run request history.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
runName - The workflow run name.
actionName - The workflow action name.

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, Context context)

List a workflow run request history.

Parameters:

resourceGroupName - The resource group name.
workflowName - The workflow name.
runName - The workflow run name.
actionName - The workflow action name.
context - The context to associate with this operation.

Returns:

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

Applies to