Class Trigger
java.lang.Object
com.azure.resourcemanager.datafactory.models.Trigger
- Direct Known Subclasses:
ChainingTrigger
,MultiplePipelineTrigger
,RerunTumblingWindowTrigger
,TumblingWindowTrigger
Azure data factory nested object which contains information about creating pipeline run.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.Get the annotations property: List of tags that can be used for describing the trigger.Get the description property: Trigger description.Get the runtimeState property: Indicates if trigger is running or not.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the trigger.withDescription
(String description) Set the description property: Trigger description.
-
Constructor Details
-
Trigger
public Trigger()Creates an instance of Trigger class.
-
-
Method Details
-
description
Get the description property: Trigger description.- Returns:
- the description value.
-
withDescription
Set the description property: Trigger description.- Parameters:
description
- the description value to set.- Returns:
- the Trigger object itself.
-
runtimeState
Get the runtimeState property: Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.- Returns:
- the runtimeState value.
-
annotations
Get the annotations property: List of tags that can be used for describing the trigger.- Returns:
- the annotations value.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the trigger.- Parameters:
annotations
- the annotations value to set.- Returns:
- the Trigger object itself.
-
additionalProperties
Get the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Azure data factory nested object which contains information about creating pipeline run.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the Trigger object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-