JobPipelineRunInformation 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.
Run info for a specific job pipeline.
public class JobPipelineRunInformation
type JobPipelineRunInformation = class
Public Class JobPipelineRunInformation
- Inheritance
-
JobPipelineRunInformation
Constructors
JobPipelineRunInformation() |
Initializes a new instance of the JobPipelineRunInformation class. |
JobPipelineRunInformation(Nullable<Guid>, Nullable<DateTimeOffset>) |
Initializes a new instance of the JobPipelineRunInformation class. |
Properties
LastSubmitTime |
Gets the time this instance was last submitted. |
RunId |
Gets the run identifier of an instance of pipeline executions (a GUID). |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET