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.Model
PipelineRunInvokedBy

Constructor

PipelineRunInvokedBy(**kwargs: Any)

Variables

Name Description
name
str

Name of the entity that started the pipeline run.

id
str

The ID of the entity that started the run.

invoked_by_type
str

The type of the entity that started the run.

pipeline_name
str

The name of the pipeline that triggered the run, if any.

pipeline_run_id
str

The run id of the pipeline that triggered the run, if any.