JobPipelineInformation 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.
Job Pipeline Information, showing the relationship of jobs and recurrences of those jobs in a pipeline.
public class JobPipelineInformation
type JobPipelineInformation = class
Public Class JobPipelineInformation
- Inheritance
-
JobPipelineInformation
Constructors
JobPipelineInformation() |
Initializes a new instance of the JobPipelineInformation class. |
JobPipelineInformation(Nullable<Guid>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Double>, Nullable<DateTimeOffset>, IList<JobPipelineRunInformation>, IList<Nullable<Guid>>) |
Initializes a new instance of the JobPipelineInformation 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 pipeline was submitted. |
NumJobsCanceled |
Gets the number of jobs in this pipeline that have been canceled. |
NumJobsFailed |
Gets the number of jobs in this pipeline that have failed. |
NumJobsSucceeded |
Gets the number of jobs in this pipeline that have succeeded. |
PipelineId |
Gets the job relationship pipeline identifier (a GUID). |
PipelineName |
Gets the friendly name of the job relationship pipeline, which does not need to be unique. |
PipelineUri |
Gets the pipeline uri, unique, links to the originating service for this pipeline. |
Recurrences |
Gets the list of recurrence identifiers representing each run of this pipeline. |
Runs |
Gets the list of recurrence identifiers representing each run of this pipeline. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET