WorkflowRunActionScopeRepetitionsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

WebSiteManagementClient's

<xref:workflow_run_action_scope_repetitions> attribute.

Inheritance
builtins.object
WorkflowRunActionScopeRepetitionsOperations

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
str

Name of the resource group to which the resource belongs. Required.

name
Required
str

Site name. Required.

workflow_name
Required
str

The workflow name. Required.

run_name
Required
str

The workflow run name. Required.

action_name
Required
str

The workflow action name. Required.

repetition_name
Required
str

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) -> Iterable[WorkflowRunActionRepetitionDefinition]

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

name
Required
str

Site name. Required.

workflow_name
Required
str

The workflow name. Required.

run_name
Required
str

The workflow run name. Required.

action_name
Required
str

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.v2022_09_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2022_09_01\\models\\__init__.py'>