WorkflowRunActionRepetitionsClient Interface

public interface WorkflowRunActionRepetitionsClient

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

Method Summary

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

Get a workflow run action repetition.

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

Get a workflow run action repetition.

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

Get a workflow run action repetition.

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

Get a workflow run action repetition.

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

Get all of a workflow run action repetitions.

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

Get all of a workflow run action repetitions.

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

Get all of a workflow run action repetitions.

abstract PagedIterable<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

Lists a workflow run expression trace.

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

Lists a workflow run expression trace.

abstract PagedFlux<ExpressionRoot> listExpressionTracesAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

Lists a workflow run expression trace.

Method Details

get

public abstract WorkflowRunActionRepetitionDefinitionInner get(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

Get a workflow run action repetition.

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:

a workflow run action repetition.

getAsync

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

Get a workflow run action repetition.

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:

a workflow run action repetition on successful completion of Mono.

getWithResponse

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

Get a workflow run action repetition.

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:

a workflow run action repetition along with Response<T>.

getWithResponseAsync

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

Get a workflow run action repetition.

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:

a workflow run action repetition along with Response<T> on successful completion of Mono.

list

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

Get all of a workflow run action repetitions.

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.

Returns:

all of a workflow run action repetitions as paginated response with PagedIterable<T>.

list

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

Get all of a workflow run action repetitions.

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.
context - The context to associate with this operation.

Returns:

all of a workflow run action repetitions as paginated response with PagedIterable<T>.

listAsync

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

Get all of a workflow run action repetitions.

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.

Returns:

all of a workflow run action repetitions as paginated response with PagedFlux<T>.

listExpressionTraces

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

Lists a workflow run expression trace.

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 expression traces as paginated response with PagedIterable<T>.

listExpressionTraces

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

Lists a workflow run expression trace.

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 expression traces as paginated response with PagedIterable<T>.

listExpressionTracesAsync

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

Lists a workflow run expression trace.

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 expression traces as paginated response with PagedFlux<T>.

Applies to