AdvancedScheduleMonthlyOccurrence Class

The properties of the create advanced schedule monthly occurrence.

Inheritance
AdvancedScheduleMonthlyOccurrence

Constructor

AdvancedScheduleMonthlyOccurrence(*, occurrence: Optional[int] = None, day: Optional[Union[str, azure.mgmt.automation.models._automation_client_enums.ScheduleDay]] = None, **kwargs)

Parameters

occurrence
int
Required

Occurrence of the week within the month. Must be between 1 and 5.

day
str or ScheduleDay
Required

Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday. Possible values include: "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday".