JobScheduleExecutionInformation 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.
Contains information about Jobs that have been and will be run under a Job Schedule.
public class JobScheduleExecutionInformation
type JobScheduleExecutionInformation = class
Public Class JobScheduleExecutionInformation
- Inheritance
-
JobScheduleExecutionInformation
Constructors
JobScheduleExecutionInformation() |
Initializes a new instance of the JobScheduleExecutionInformation class. |
JobScheduleExecutionInformation(Nullable<DateTime>, RecentJob, Nullable<DateTime>) |
Initializes a new instance of the JobScheduleExecutionInformation class. |
Properties
EndTime |
Gets or sets the time at which the schedule ended. |
NextRunTime |
Gets or sets the next time at which a Job will be created under this schedule. |
RecentJob |
Gets or sets information about the most recent Job under the Job Schedule. |
Applies to
Azure SDK for .NET