RecurrenceSchedule Class
The recurrence schedule.
- Inheritance
-
RecurrenceSchedule
Constructor
RecurrenceSchedule(*, minutes: Optional[List[int]] = None, hours: Optional[List[int]] = None, week_days: Optional[List[Union[str, azure.mgmt.logic.models._logic_management_client_enums.DaysOfWeek]]] = None, month_days: Optional[List[int]] = None, monthly_occurrences: Optional[List[azure.mgmt.logic.models._models_py3.RecurrenceScheduleOccurrence]] = None, **kwargs)
Variables
- week_days
- list[str or DaysOfWeek]
The days of the week.
- monthly_occurrences
- list[RecurrenceScheduleOccurrence]
The monthly occurrences.
Feedback
Submit and view feedback for