Uses of Class
com.azure.resourcemanager.datafactory.models.Trigger
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of Trigger in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionTriggerResourceInner.properties()
Get the properties property: Properties of the trigger.Modifier and TypeMethodDescriptionTriggerResourceInner.withProperties
(Trigger properties) Set the properties property: Properties of the trigger. -
Uses of Trigger in com.azure.resourcemanager.datafactory.models
Modifier and TypeClassDescriptionfinal class
Trigger that runs every time a Blob event occurs.final class
Trigger that runs every time the selected Blob container changes.final class
Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs.final class
Trigger that runs every time a custom event is received.class
Base class for all triggers that support one to many model for trigger to pipeline.final class
Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.final class
Trigger that creates pipeline runs periodically, on schedule.final class
Trigger that schedules pipeline runs for all fixed time interval windows from a start time without gaps and also supports backfill scenarios (when start time is in the past).Modifier and TypeMethodDescriptionTriggerResource.properties()
Gets the properties property: Properties of the trigger.Trigger.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.Trigger.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.Trigger.withDescription
(String description) Set the description property: Trigger description.Modifier and TypeMethodDescriptionTriggerResource.DefinitionStages.WithProperties.withProperties
(Trigger properties) Specifies the properties property: Properties of the trigger..TriggerResource.UpdateStages.WithProperties.withProperties
(Trigger properties) Specifies the properties property: Properties of the trigger..