PipelineRunInvokedBy Class
Provides entity name and id that started the pipeline run.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelPipelineRunInvokedBy
Constructor
PipelineRunInvokedBy(**kwargs: Any)
Variables
Name | Description |
---|---|
name
|
Name of the entity that started the pipeline run. |
id
|
The ID of the entity that started the run. |
invoked_by_type
|
The type of the entity that started the run. |
pipeline_name
|
The name of the pipeline that triggered the run, if any. |
pipeline_run_id
|
The run id of the pipeline that triggered the run, if any. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python