WorkflowRunActionScopeRepetitionsClient Interface

public interface WorkflowRunActionScopeRepetitionsClient

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

Method Summary

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

Get a workflow run action scoped repetition.

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

Get a workflow run action scoped repetition.

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

List the workflow run action scoped repetitions.

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

List the workflow run action scoped repetitions.

Method Details

get

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

Get a workflow run action scoped repetition.

Parameters:

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

Returns:

a workflow run action scoped repetition.

getWithResponse

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

Get a workflow run action scoped repetition.

Parameters:

resourceGroupName - The resource group 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 scoped repetition along with Response<T>.

list

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

List the workflow run action scoped repetitions.

Parameters:

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

Returns:

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

list

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

List the workflow run action scoped repetitions.

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:

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

Applies to