RecurrenceScheduleOccurrence Class
The recurrence schedule occurrence.
Constructor
RecurrenceScheduleOccurrence(*, day: str | _models.DayOfWeek | None = None, occurrence: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
day
|
The day of the week. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". |
occurrence
|
The occurrence. |
Variables
Name | Description |
---|---|
day
|
The day of the week. Known values are: "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday". |
occurrence
|
The occurrence. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python