ScheduleTriggerRecurrence Class
The workflow trigger recurrence.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelScheduleTriggerRecurrence
Constructor
ScheduleTriggerRecurrence(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, frequency: str | _models.RecurrenceFrequency | None = None, interval: int | None = None, start_time: datetime | None = None, end_time: datetime | None = None, time_zone: str | None = None, schedule: _models.RecurrenceSchedule | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
frequency
|
The frequency. Known values are: "NotSpecified", "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 |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
frequency
|
The frequency. Known values are: "NotSpecified", "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