Uses of Class
com.azure.analytics.synapse.artifacts.models.CustomEventsTrigger
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of CustomEventsTrigger in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionCustomEventsTrigger.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.CustomEventsTrigger.setDescription
(String description) Set the description property: Trigger description.Set the events property: The list of event types that cause this trigger to fire.CustomEventsTrigger.setPipelines
(List<TriggerPipelineReference> pipelines) Set the pipelines property: Pipelines that need to be started.Set the scope property: The ARM resource ID of the Azure Event Grid Topic.CustomEventsTrigger.setSubjectBeginsWith
(String subjectBeginsWith) Set the subjectBeginsWith property: The event subject must begin with the pattern provided for trigger to fire.CustomEventsTrigger.setSubjectEndsWith
(String subjectEndsWith) Set the subjectEndsWith property: The event subject must end with the pattern provided for trigger to fire.