JobRecurrenceInformation 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 job information for a specific recurrence.
public class JobRecurrenceInformation
type JobRecurrenceInformation = class
Public Class JobRecurrenceInformation
- Inheritance
-
JobRecurrenceInformation
Constructors
JobRecurrenceInformation() |
Initializes a new instance of the JobRecurrenceInformation class. |
JobRecurrenceInformation(Nullable<Guid>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<DateTimeOffset>) |
Initializes a new instance of the JobRecurrenceInformation class. |
Properties
AuHoursCanceled |
Gets the number of job execution hours that resulted in canceled jobs. |
AuHoursFailed |
Gets the number of job execution hours that resulted in failed jobs. |
AuHoursSucceeded |
Gets the number of job execution hours that resulted in successful jobs. |
LastSubmitTime |
Gets the last time a job in this recurrence was submitted. |
NumJobsCanceled |
Gets the number of jobs in this recurrence that have been canceled. |
NumJobsFailed |
Gets the number of jobs in this recurrence that have failed. |
NumJobsSucceeded |
Gets the number of jobs in this recurrence that have succeeded. |
RecurrenceId |
Gets the recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together. |
RecurrenceName |
Gets the recurrence name, user friendly name for the correlation between jobs. |
Applies to
Azure SDK for .NET