ScheduleTriggerRecurrence Class

The workflow trigger recurrence.

Inheritance
azure.mgmt.datafactory._serialization.Model
ScheduleTriggerRecurrence

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
dict[str, <xref:JSON>]

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
int

The interval.

start_time

The start time.

end_time

The end time.

time_zone
str

The time zone.

schedule

The recurrence schedule.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

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
int

The interval.

start_time

The start time.

end_time

The end time.

time_zone
str

The time zone.

schedule

The recurrence schedule.