JobRecurrenceSchedule Class
JobRecurrenceSchedule.
- Inheritance
-
msrest.serialization.ModelJobRecurrenceSchedule
Constructor
JobRecurrenceSchedule(*, week_days: List[str | DayOfWeek] | None = None, hours: List[int] | None = None, minutes: List[int] | None = None, month_days: List[int] | None = None, monthly_occurrences: List[JobRecurrenceScheduleMonthlyOccurrence] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
week_days
Required
|
Gets or sets the days of the week that the job should execute on. |
hours
Required
|
Gets or sets the hours of the day that the job should execute at. |
minutes
Required
|
Gets or sets the minutes of the hour that the job should execute at. |
month_days
Required
|
Gets or sets the days of the month that the job should execute on. Must be between 1 and 31. |
monthly_occurrences
Required
|
Gets or sets the occurrences of days within a month. |
Keyword-Only Parameters
Name | Description |
---|---|
week_days
Required
|
|
hours
Required
|
|
minutes
Required
|
|
month_days
Required
|
|
monthly_occurrences
Required
|
|
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python