CustomEventsTrigger 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 runs every time a custom event is received.
public class CustomEventsTrigger : Azure.ResourceManager.DataFactory.Models.MultiplePipelineTrigger, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.CustomEventsTrigger>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.CustomEventsTrigger>
public class CustomEventsTrigger : Azure.ResourceManager.DataFactory.Models.MultiplePipelineTrigger
type CustomEventsTrigger = class
inherit MultiplePipelineTrigger
interface IJsonModel<CustomEventsTrigger>
interface IPersistableModel<CustomEventsTrigger>
type CustomEventsTrigger = class
inherit MultiplePipelineTrigger
Public Class CustomEventsTrigger
Inherits MultiplePipelineTrigger
Implements IJsonModel(Of CustomEventsTrigger), IPersistableModel(Of CustomEventsTrigger)
Public Class CustomEventsTrigger
Inherits MultiplePipelineTrigger
- Inheritance
- Implements
Constructors
CustomEventsTrigger(IEnumerable<BinaryData>, String) |
Initializes a new instance of CustomEventsTrigger. |
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:
|
Description |
Trigger description. (Inherited from DataFactoryTriggerProperties) |
Events |
The list of event types that cause this trigger to fire. 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:
|
Pipelines |
Pipelines that need to be started. (Inherited from MultiplePipelineTrigger) |
RuntimeState |
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. (Inherited from DataFactoryTriggerProperties) |
Scope |
The ARM resource ID of the Azure Event Grid Topic. |
SubjectBeginsWith |
The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith. |
SubjectEndsWith |
The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from MultiplePipelineTrigger) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET