WorkflowTriggerRecurrence Class
The workflow trigger recurrence.
- Inheritance
-
msrest.serialization.ModelWorkflowTriggerRecurrence
Constructor
WorkflowTriggerRecurrence(*, frequency: str | RecurrenceFrequency | None = None, interval: int | None = None, start_time: str | None = None, end_time: str | None = None, time_zone: str | None = None, schedule: RecurrenceSchedule | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
frequency
|
The frequency. Possible values include: "NotSpecified", "Second", "Minute", "Hour", "Day", "Week", "Month", "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. Possible values include: "NotSpecified", "Second", "Minute", "Hour", "Day", "Week", "Month", "Year". |
interval
|
The interval. |
start_time
|
The start time. |
end_time
|
The end time. |
time_zone
|
The time zone. |
schedule
|
The recurrence schedule. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python