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 name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)

Gets a workflow run repetition request history.

abstract Mono<RequestHistoryInner> getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)

Gets a workflow run repetition request history.

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

Gets a workflow run repetition request history.

abstract Mono<Response<RequestHistoryInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)

Gets a workflow run repetition request history.

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

List a workflow run repetition request history.

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

List a workflow run repetition request history.

abstract PagedFlux<RequestHistoryInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

List a workflow run repetition request history.

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:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site 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.

getAsync

public abstract Mono getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)

Gets a workflow run repetition request history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site 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 on successful completion of Mono.

getWithResponse

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

Gets a workflow run repetition request history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site 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>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, String requestHistoryName)

Gets a workflow run repetition request history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site 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 along with Response<T> on successful completion of Mono.

list

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

List a workflow run repetition request history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site 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 name, String workflowName, String runName, String actionName, String repetitionName, Context context)

List a workflow run repetition request history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site 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>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

List a workflow run repetition request history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site 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 PagedFlux<T>.

Applies to