Class TriggerRun
java.lang.Object
com.azure.resourcemanager.datafactory.models.TriggerRun
Trigger runs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Trigger runs.Get the dependencyStatus property: Status of the upstream pipelines.message()
Get the message property: Trigger error message.Get the properties property: List of property name and value related to trigger run.Get the runDimension property: Run dimension for which trigger was fired.status()
Get the status property: Trigger run status.Get the triggeredPipelines property: List of pipeline name and run Id triggered by the trigger run.Get the triggerName property: Trigger name.Get the triggerRunId property: Trigger run id.Get the triggerRunTimestamp property: Trigger run start time.Get the triggerType property: Trigger type.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Trigger runs.
-
Constructor Details
-
TriggerRun
public TriggerRun()Creates an instance of TriggerRun class.
-
-
Method Details
-
triggerRunId
Get the triggerRunId property: Trigger run id.- Returns:
- the triggerRunId value.
-
triggerName
Get the triggerName property: Trigger name.- Returns:
- the triggerName value.
-
triggerType
Get the triggerType property: Trigger type.- Returns:
- the triggerType value.
-
triggerRunTimestamp
Get the triggerRunTimestamp property: Trigger run start time.- Returns:
- the triggerRunTimestamp value.
-
status
Get the status property: Trigger run status.- Returns:
- the status value.
-
message
Get the message property: Trigger error message.- Returns:
- the message value.
-
properties
Get the properties property: List of property name and value related to trigger run. Name, value pair depends on type of trigger.- Returns:
- the properties value.
-
triggeredPipelines
Get the triggeredPipelines property: List of pipeline name and run Id triggered by the trigger run.- Returns:
- the triggeredPipelines value.
-
runDimension
Get the runDimension property: Run dimension for which trigger was fired.- Returns:
- the runDimension value.
-
dependencyStatus
Get the dependencyStatus property: Status of the upstream pipelines.- Returns:
- the dependencyStatus value.
-
additionalProperties
Get the additionalProperties property: Trigger runs.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Trigger runs.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the TriggerRun object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-