WorkflowRunActionScopeRepetitions interface
Interface representing a WorkflowRunActionScopeRepetitions.
Methods
get(string, string, string, string, string, Workflow |
Get a workflow run action scoped repetition. |
list(string, string, string, string, Workflow |
List the workflow run action scoped repetitions. |
Method Details
get(string, string, string, string, string, WorkflowRunActionScopeRepetitionsGetOptionalParams)
Get a workflow run action scoped repetition.
function get(resourceGroupName: string, workflowName: string, runName: string, actionName: string, repetitionName: string, options?: WorkflowRunActionScopeRepetitionsGetOptionalParams): Promise<WorkflowRunActionRepetitionDefinition>
Parameters
- resourceGroupName
-
string
The resource group name.
- workflowName
-
string
The workflow name.
- runName
-
string
The workflow run name.
- actionName
-
string
The workflow action name.
- repetitionName
-
string
The workflow repetition.
The options parameters.
Returns
list(string, string, string, string, WorkflowRunActionScopeRepetitionsListOptionalParams)
List the workflow run action scoped repetitions.
function list(resourceGroupName: string, workflowName: string, runName: string, actionName: string, options?: WorkflowRunActionScopeRepetitionsListOptionalParams): PagedAsyncIterableIterator<WorkflowRunActionRepetitionDefinition, WorkflowRunActionRepetitionDefinition[], PageSettings>
Parameters
- resourceGroupName
-
string
The resource group name.
- workflowName
-
string
The workflow name.
- runName
-
string
The workflow run name.
- actionName
-
string
The workflow action name.
The options parameters.