WorkflowTriggerHistoriesClient Interface

public interface WorkflowTriggerHistoriesClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginResubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

abstract SyncPoller<PollResult<Void>,Void> beginResubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, Context context)

Resubmits a workflow run based on the trigger history.

abstract PollerFlux<PollResult<Void>,Void> beginResubmitAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

abstract WorkflowTriggerHistoryInner get(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Gets a workflow trigger history.

abstract Mono<WorkflowTriggerHistoryInner> getAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Gets a workflow trigger history.

abstract Response<WorkflowTriggerHistoryInner> getWithResponse(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, Context context)

Gets a workflow trigger history.

abstract Mono<Response<WorkflowTriggerHistoryInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Gets a workflow trigger history.

abstract PagedIterable<WorkflowTriggerHistoryInner> list(String resourceGroupName, String name, String workflowName, String triggerName)

Gets a list of workflow trigger histories.

abstract PagedIterable<WorkflowTriggerHistoryInner> list(String resourceGroupName, String name, String workflowName, String triggerName, Integer top, String filter, Context context)

Gets a list of workflow trigger histories.

abstract PagedFlux<WorkflowTriggerHistoryInner> listAsync(String resourceGroupName, String name, String workflowName, String triggerName)

Gets a list of workflow trigger histories.

abstract PagedFlux<WorkflowTriggerHistoryInner> listAsync(String resourceGroupName, String name, String workflowName, String triggerName, Integer top, String filter)

Gets a list of workflow trigger histories.

abstract void resubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

abstract void resubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, Context context)

Resubmits a workflow run based on the trigger history.

abstract Mono<Void> resubmitAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

abstract Mono<Response<Flux<ByteBuffer>>> resubmitWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

Method Details

beginResubmit

public abstract SyncPoller,Void> beginResubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginResubmit

public abstract SyncPoller,Void> beginResubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, Context context)

Resubmits a workflow run based on the trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginResubmitAsync

public abstract PollerFlux,Void> beginResubmitAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

get

public abstract WorkflowTriggerHistoryInner get(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Gets a workflow trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

Returns:

a workflow trigger history.

getAsync

public abstract Mono getAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Gets a workflow trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

Returns:

a workflow trigger history on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, Context context)

Gets a workflow trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.
context - The context to associate with this operation.

Returns:

a workflow trigger history along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Gets a workflow trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

Returns:

a workflow trigger history along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list(String resourceGroupName, String name, String workflowName, String triggerName)

Gets a list of workflow trigger histories.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.

Returns:

a list of workflow trigger histories as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String name, String workflowName, String triggerName, Integer top, String filter, Context context)

Gets a list of workflow trigger histories.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
top - The number of items to be included in the result.
filter - The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.
context - The context to associate with this operation.

Returns:

a list of workflow trigger histories as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String name, String workflowName, String triggerName)

Gets a list of workflow trigger histories.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.

Returns:

a list of workflow trigger histories as paginated response with PagedFlux<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String name, String workflowName, String triggerName, Integer top, String filter)

Gets a list of workflow trigger histories.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
top - The number of items to be included in the result.
filter - The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId.

Returns:

a list of workflow trigger histories as paginated response with PagedFlux<T>.

resubmit

public abstract void resubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

resubmit

public abstract void resubmit(String resourceGroupName, String name, String workflowName, String triggerName, String historyName, Context context)

Resubmits a workflow run based on the trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.
context - The context to associate with this operation.

resubmitAsync

public abstract Mono resubmitAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

Returns:

A Mono that completes when a successful response is received.

resubmitWithResponseAsync

public abstract Mono>> resubmitWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName, String historyName)

Resubmits a workflow run based on the trigger history.

Parameters:

resourceGroupName - Name of the resource group to which the resource belongs.
name - Site name.
workflowName - The workflow name.
triggerName - The workflow trigger name.
historyName - The workflow trigger history name. Corresponds to the run name for triggers that resulted in a run.

Returns:

the Response<T> on successful completion of Mono.

Applies to