CustomEventsTrigger Class
Trigger that runs every time a custom event is received.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.MultiplePipelineTriggerCustomEventsTrigger
Constructor
CustomEventsTrigger(*, events: List[MutableMapping[str, Any]], scope: str, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, annotations: List[MutableMapping[str, Any]] | None = None, pipelines: List[_models.TriggerPipelineReference] | None = None, subject_begins_with: str | None = None, subject_ends_with: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
description
|
Trigger description. |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the trigger. |
pipelines
|
Pipelines that need to be started. |
subject_begins_with
|
The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith. |
subject_ends_with
|
The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith. |
events
|
list[<xref:JSON>]
The list of event types that cause this trigger to fire. Required. |
scope
|
The ARM resource ID of the Azure Event Grid Topic. Required. |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Trigger type. Required. |
description
|
Trigger description. |
runtime_state
|
Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Known values are: "Started", "Stopped", and "Disabled". |
annotations
|
list[<xref:JSON>]
List of tags that can be used for describing the trigger. |
pipelines
|
Pipelines that need to be started. |
subject_begins_with
|
The event subject must begin with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith. |
subject_ends_with
|
The event subject must end with the pattern provided for trigger to fire. At least one of these must be provided: subjectBeginsWith, subjectEndsWith. |
events
|
list[<xref:JSON>]
The list of event types that cause this trigger to fire. Required. |
scope
|
The ARM resource ID of the Azure Event Grid Topic. Required. |
Azure SDK for Python