ChainingTrigger 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.
Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs. Upstream pipelines should declare the same runDimension Name and their runs should have the values for those runDimensions. The referenced pipeline run would be triggered if the values for the runDimension match for all upstream pipeline runs.
public class ChainingTrigger : Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ChainingTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ChainingTrigger>
public class ChainingTrigger : Azure.ResourceManager.DataFactory.Models.DataFactoryTriggerProperties
type ChainingTrigger = class
inherit DataFactoryTriggerProperties
interface IJsonModel<ChainingTrigger>
interface IPersistableModel<ChainingTrigger>
type ChainingTrigger = class
inherit DataFactoryTriggerProperties
Public Class ChainingTrigger
Inherits DataFactoryTriggerProperties
Implements IJsonModel(Of ChainingTrigger), IPersistableModel(Of ChainingTrigger)
Public Class ChainingTrigger
Inherits DataFactoryTriggerProperties
- Inheritance
- Implements
Constructors
ChainingTrigger(TriggerPipelineReference, IEnumerable<DataFactoryPipelineReference>, String) |
Initializes a new instance of ChainingTrigger. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
Annotations |
List of tags that can be used for describing the trigger. To assign an object to the element of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
DependsOn |
Upstream Pipelines. |
Description |
Trigger description. (Inherited from DataFactoryTriggerProperties) |
Pipeline |
Pipeline for which runs are created when all upstream pipelines complete successfully. |
RunDimension |
Run Dimension property that needs to be emitted by upstream pipelines. |
RuntimeState |
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. (Inherited from DataFactoryTriggerProperties) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from DataFactoryTriggerProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET