JobRecurrenceSchedule Class

JobRecurrenceSchedule.

Inheritance
msrest.serialization.Model
JobRecurrenceSchedule

Constructor

JobRecurrenceSchedule(*, week_days=None, hours=None, minutes=None, month_days=None, monthly_occurrences=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