Uses of Class
com.azure.resourcemanager.datafactory.models.CustomEventsTrigger
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of CustomEventsTrigger in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCustomEventsTrigger.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.CustomEventsTrigger.withDescription
(String description) Set the description property: Trigger description.CustomEventsTrigger.withEvents
(List<Object> events) Set the events property: The list of event types that cause this trigger to fire.CustomEventsTrigger.withPipelines
(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.withSubjectBeginsWith
(String subjectBeginsWith) Set the subjectBeginsWith property: The event subject must begin with the pattern provided for trigger to fire.CustomEventsTrigger.withSubjectEndsWith
(String subjectEndsWith) Set the subjectEndsWith property: The event subject must end with the pattern provided for trigger to fire.