Schedule 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.
A schedule.
public class Schedule
type Schedule = class
Public Class Schedule
- Inheritance
-
Schedule
Constructors
Schedule() |
Initializes a new instance of the Schedule class. |
Properties
DoNotRunAfter |
Gets or sets the wall clock time after which no job will be scheduled under this job schedule. |
DoNotRunUntil |
Gets or sets the earliest wall clock time at which to schedule the first job under this job schedule |
RecurrenceInterval |
Gets or sets the time interval between the start times of two successive jobs under the job schedule. |
StartWindow |
Gets or sets the window of time within which a job must be started from the time the job schedule is ready to be scheduled. |
Applies to
Azure SDK for .NET