你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 - The name of the resource group. The name is case insensitive.
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<WorkflowRunActionRepetitionDefinitionInner> getAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

Get a workflow run action repetition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<WorkflowRunActionRepetitionDefinitionInner> getWithResponse(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, Context context)

Get a workflow run action repetition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<Response<WorkflowRunActionRepetitionDefinitionInner>> getWithResponseAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

Get a workflow run action repetition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<WorkflowRunActionRepetitionDefinitionInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName)

Get all of a workflow run action repetitions.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<WorkflowRunActionRepetitionDefinitionInner> list(String resourceGroupName, String name, String workflowName, String runName, String actionName, Context context)

Get all of a workflow run action repetitions.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<WorkflowRunActionRepetitionDefinitionInner> listAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName)

Get all of a workflow run action repetitions.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

Lists a workflow run expression trace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<ExpressionRoot> listExpressionTraces(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName, Context context)

Lists a workflow run expression trace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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<ExpressionRoot> listExpressionTracesAsync(String resourceGroupName, String name, String workflowName, String runName, String actionName, String repetitionName)

Lists a workflow run expression trace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
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