WorkflowRunActionScopeRepetitionsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:workflow_run_action_scope_repetitions> attribute.
Constructor
WorkflowRunActionScopeRepetitionsOperations(*args, **kwargs)
Methods
| get |
Get a workflow run action scoped repetition. |
| list |
List the workflow run action scoped repetitions. |
get
Get a workflow run action scoped repetition.
get(resource_group_name: str, name: str, workflow_name: str, run_name: str, action_name: str, repetition_name: str, **kwargs: Any) -> WorkflowRunActionRepetitionDefinition
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
Name of the resource group to which the resource belongs. Required. |
|
name
Required
|
Site name. Required. |
|
workflow_name
Required
|
The workflow name. Required. |
|
run_name
Required
|
The workflow run name. Required. |
|
action_name
Required
|
The workflow action name. Required. |
|
repetition_name
Required
|
The workflow repetition. Required. |
Returns
| Type | Description |
|---|---|
|
WorkflowRunActionRepetitionDefinition or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
list
List the workflow run action scoped repetitions.
list(resource_group_name: str, name: str, workflow_name: str, run_name: str, action_name: str, **kwargs: Any) -> ItemPaged[WorkflowRunActionRepetitionDefinition]
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
Name of the resource group to which the resource belongs. Required. |
|
name
Required
|
Site name. Required. |
|
workflow_name
Required
|
The workflow name. Required. |
|
run_name
Required
|
The workflow run name. Required. |
|
action_name
Required
|
The workflow action name. Required. |
Returns
| Type | Description |
|---|---|
|
An iterator like instance of either WorkflowRunActionRepetitionDefinition or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.web.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv239\\Lib\\site-packages\\azure\\mgmt\\web\\models\\__init__.py'>