JobSchedule 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.
Scheduling properties of a job.
public class JobSchedule
type JobSchedule = class
Public Class JobSchedule
- Inheritance
-
JobSchedule
Constructors
JobSchedule() |
Initializes a new instance of the JobSchedule class. |
JobSchedule(Nullable<DateTime>, Nullable<DateTime>, Nullable<JobScheduleType>, Nullable<Boolean>, String) |
Initializes a new instance of the JobSchedule class. |
Properties
Enabled |
Gets or sets whether or not the schedule is enabled. |
EndTime |
Gets or sets schedule end time. |
Interval |
Gets or sets value of the schedule's recurring interval, if the ScheduleType is recurring. ISO8601 duration format. |
StartTime |
Gets or sets schedule start time. |
Type |
Gets or sets schedule interval type. Possible values include: 'Once', 'Recurring' |
Applies to
Azure SDK for .NET