Uses of Class
com.azure.resourcemanager.datafactory.models.Trigger
-
Packages that use Trigger Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of Trigger in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return Trigger Modifier and Type Method Description Trigger
TriggerResourceInner. properties()
Get the properties property: Properties of the trigger.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type Trigger Modifier and Type Method Description TriggerResourceInner
TriggerResourceInner. withProperties(Trigger properties)
Set the properties property: Properties of the trigger. -
Uses of Trigger in com.azure.resourcemanager.datafactory.models
Subclasses of Trigger in com.azure.resourcemanager.datafactory.models Modifier and Type Class Description class
BlobEventsTrigger
Trigger that runs every time a Blob event occurs.class
BlobTrigger
Trigger that runs every time the selected Blob container changes.class
ChainingTrigger
Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs.class
CustomEventsTrigger
Trigger that runs every time a custom event is received.class
MultiplePipelineTrigger
Base class for all triggers that support one to many model for trigger to pipeline.class
RerunTumblingWindowTrigger
Trigger that schedules pipeline reruns for all fixed time interval windows from a requested start time to requested end time.class
ScheduleTrigger
Trigger that creates pipeline runs periodically, on schedule.class
TumblingWindowTrigger
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).Methods in com.azure.resourcemanager.datafactory.models that return Trigger Modifier and Type Method Description Trigger
TriggerResource. properties()
Gets the properties property: Properties of the trigger.Trigger
Trigger. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.Trigger
Trigger. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the trigger.Trigger
Trigger. withDescription(String description)
Set the description property: Trigger description.Methods in com.azure.resourcemanager.datafactory.models with parameters of type Trigger Modifier and Type Method Description TriggerResource.DefinitionStages.WithCreate
TriggerResource.DefinitionStages.WithProperties. withProperties(Trigger properties)
Specifies the properties property: Properties of the trigger..TriggerResource.Update
TriggerResource.UpdateStages.WithProperties. withProperties(Trigger properties)
Specifies the properties property: Properties of the trigger..
-