WorkflowTriggerRecurrence Class
The workflow trigger recurrence.
- Inheritance
-
azure.mgmt.web._serialization.ModelWorkflowTriggerRecurrence
Constructor
WorkflowTriggerRecurrence(*, frequency: str | _models.RecurrenceFrequency | None = None, interval: int | None = None, start_time: str | None = None, end_time: str | None = None, time_zone: str | None = None, schedule: _models.RecurrenceSchedule | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
frequency
|
The frequency. Known values are: "NotSpecified", "Second", "Minute", "Hour", "Day", "Week", "Month", and "Year". |
interval
|
The interval. |
start_time
|
The start time. |
end_time
|
The end time. |
time_zone
|
The time zone. |
schedule
|
The recurrence schedule. |
Variables
Name | Description |
---|---|
frequency
|
The frequency. Known values are: "NotSpecified", "Second", "Minute", "Hour", "Day", "Week", "Month", and "Year". |
interval
|
The interval. |
start_time
|
The start time. |
end_time
|
The end time. |
time_zone
|
The time zone. |
schedule
|
The recurrence schedule. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python