JobRecurrenceSchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Recurrence schedule for the job.
public class JobRecurrenceSchedule
type JobRecurrenceSchedule = class
Public Class JobRecurrenceSchedule
- Inheritance
-
JobRecurrenceSchedule
Constructors
JobRecurrenceSchedule() |
Initializes a new instance of the JobRecurrenceSchedule class. |
Properties
Days |
Optional. Days of the week that the job should execute on. |
Hours |
Optional. Hours of the day that the job should execute at. |
Minutes |
Optional. Minutes of the hour that the job should execute at. |
MonthDays |
Optional. Days of the month that the job should execute on. Must be between 1 and 31. |
MonthlyOccurrences |
Optional. Occurrences of days within a month. |
Months |
Optional. Months that the job should execute in. Must be between 1 and 12. |
Applies to
Azure SDK for .NET