CustomEventsTrigger Class

Definition

Trigger that runs every time a custom event is received.

[Microsoft.Rest.Serialization.JsonTransformation]
public class CustomEventsTrigger : Microsoft.Azure.Management.DataFactory.Models.MultiplePipelineTrigger
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CustomEventsTrigger = class
    inherit MultiplePipelineTrigger
Public Class CustomEventsTrigger
Inherits MultiplePipelineTrigger
Inheritance
CustomEventsTrigger
Attributes

Constructors

CustomEventsTrigger()

Initializes a new instance of the CustomEventsTrigger class.

CustomEventsTrigger(IList<Object>, String, IDictionary<String, Object>, String, String, IList<Object>, IList<TriggerPipelineReference>, String, String)

Initializes a new instance of the CustomEventsTrigger class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Trigger)
Annotations

Gets or sets list of tags that can be used for describing the trigger.

(Inherited from Trigger)
Description

Gets or sets trigger description.

(Inherited from Trigger)
Events

Gets or sets the list of event types that cause this trigger to fire.

Pipelines

Gets or sets pipelines that need to be started.

(Inherited from MultiplePipelineTrigger)
RuntimeState

Gets indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Possible values include: 'Started', 'Stopped', 'Disabled'

(Inherited from Trigger)
Scope

Gets or sets the ARM resource ID of the Azure Event Grid Topic.

SubjectBeginsWith

Gets or sets the event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.

SubjectEndsWith

Gets or sets the event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith.

Methods

Validate()

Validate the object.

Applies to