PipelineRunInvokedBy Class

Definition

Provides entity name and id that started the pipeline run.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PipelineRunInvokedBy+PipelineRunInvokedByConverter))]
public class PipelineRunInvokedBy
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.PipelineRunInvokedBy+PipelineRunInvokedByConverter))>]
type PipelineRunInvokedBy = class
Public Class PipelineRunInvokedBy
Inheritance
PipelineRunInvokedBy
Attributes

Properties

Id

The ID of the entity that started the run.

InvokedByType

The type of the entity that started the run.

Name

Name of the entity that started the pipeline run.

Applies to