WorkflowRunActionScopeRepetitionsOperationsExtensions.List Method

Definition

List the workflow run action scoped repetitions.

public static Microsoft.Azure.Management.Logic.Models.WorkflowRunActionRepetitionDefinitionCollection List (this Microsoft.Azure.Management.Logic.IWorkflowRunActionScopeRepetitionsOperations operations, string resourceGroupName, string workflowName, string runName, string actionName);
static member List : Microsoft.Azure.Management.Logic.IWorkflowRunActionScopeRepetitionsOperations * string * string * string * string -> Microsoft.Azure.Management.Logic.Models.WorkflowRunActionRepetitionDefinitionCollection
<Extension()>
Public Function List (operations As IWorkflowRunActionScopeRepetitionsOperations, resourceGroupName As String, workflowName As String, runName As String, actionName As String) As WorkflowRunActionRepetitionDefinitionCollection

Parameters

operations
IWorkflowRunActionScopeRepetitionsOperations

The operations group for this extension method.

resourceGroupName
String

The resource group name.

workflowName
String

The workflow name.

runName
String

The workflow run name.

actionName
String

The workflow action name.

Returns

Applies to