PipelineRunInvokedBy 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.
Provides entity name and id that started the pipeline run.
public class PipelineRunInvokedBy
type PipelineRunInvokedBy = class
Public Class PipelineRunInvokedBy
- Inheritance
-
PipelineRunInvokedBy
Constructors
PipelineRunInvokedBy() |
Initializes a new instance of the PipelineRunInvokedBy class. |
PipelineRunInvokedBy(String, String, String, String, String) |
Initializes a new instance of the PipelineRunInvokedBy class. |
Properties
Id |
Gets the ID of the entity that started the run. |
InvokedByType |
Gets the type of the entity that started the run. |
Name |
Gets name of the entity that started the pipeline run. |
PipelineName |
Gets the name of the pipeline that triggered the run, if any. |
PipelineRunId |
Gets the run id of the pipeline that triggered the run, if any. |
Applies to
Azure SDK for .NET