JobScheduleExecutionInformation Constructors
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.
Overloads
JobScheduleExecutionInformation() |
Initializes a new instance of the JobScheduleExecutionInformation class. |
JobScheduleExecutionInformation(Nullable<DateTime>, RecentJob, Nullable<DateTime>) |
Initializes a new instance of the JobScheduleExecutionInformation class. |
JobScheduleExecutionInformation()
Initializes a new instance of the JobScheduleExecutionInformation class.
public JobScheduleExecutionInformation ();
Public Sub New ()
Applies to
JobScheduleExecutionInformation(Nullable<DateTime>, RecentJob, Nullable<DateTime>)
Initializes a new instance of the JobScheduleExecutionInformation class.
public JobScheduleExecutionInformation (DateTime? nextRunTime = default, Microsoft.Azure.Batch.Protocol.Models.RecentJob recentJob = default, DateTime? endTime = default);
new Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation : Nullable<DateTime> * Microsoft.Azure.Batch.Protocol.Models.RecentJob * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation
Public Sub New (Optional nextRunTime As Nullable(Of DateTime) = Nothing, Optional recentJob As RecentJob = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing)
Parameters
- recentJob
- RecentJob
Information about the most recent Job under the Job Schedule.
Applies to
Azure SDK for .NET