RecurrenceScheduleOccurrence Class
The recurrence schedule occurrence.
- Inheritance
-
msrest.serialization.ModelRecurrenceScheduleOccurrence
Constructor
RecurrenceScheduleOccurrence(*, day: str | DayOfWeek | None = None, occurrence: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
day
|
The day of the week. Possible values include: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday". |
occurrence
|
The occurrence. |
Variables
Name | Description |
---|---|
day
|
The day of the week. Possible values include: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday". |
occurrence
|
The occurrence. |
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