Class PipelineRunInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.PipelineRunInner
Information about a pipeline run.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Information about a pipeline run.Get the durationInMs property: The duration of a pipeline run.Get the invokedBy property: Entity that started the pipeline run.isLatest()
Get the isLatest property: Indicates if the recovered pipeline run is the latest in its group.Get the lastUpdated property: The last updated timestamp for the pipeline run event in ISO8601 format.message()
Get the message property: The message from a pipeline run.Get the parameters property: The full or partial list of parameter name, value pair used in the pipeline run.Get the pipelineName property: The pipeline name.Get the runDimensions property: Run dimensions emitted by Pipeline run.runEnd()
Get the runEnd property: The end time of a pipeline run in ISO8601 format.Get the runGroupId property: Identifier that correlates all the recovery runs of a pipeline run.runId()
Get the runId property: Identifier of a run.runStart()
Get the runStart property: The start time of a pipeline run in ISO8601 format.status()
Get the status property: The status of a pipeline run.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Information about a pipeline run.
-
Constructor Details
-
PipelineRunInner
public PipelineRunInner()Creates an instance of PipelineRunInner class.
-
-
Method Details
-
runId
Get the runId property: Identifier of a run.- Returns:
- the runId value.
-
runGroupId
Get the runGroupId property: Identifier that correlates all the recovery runs of a pipeline run.- Returns:
- the runGroupId value.
-
isLatest
Get the isLatest property: Indicates if the recovered pipeline run is the latest in its group.- Returns:
- the isLatest value.
-
pipelineName
Get the pipelineName property: The pipeline name.- Returns:
- the pipelineName value.
-
parameters
Get the parameters property: The full or partial list of parameter name, value pair used in the pipeline run.- Returns:
- the parameters value.
-
runDimensions
Get the runDimensions property: Run dimensions emitted by Pipeline run.- Returns:
- the runDimensions value.
-
invokedBy
Get the invokedBy property: Entity that started the pipeline run.- Returns:
- the invokedBy value.
-
lastUpdated
Get the lastUpdated property: The last updated timestamp for the pipeline run event in ISO8601 format.- Returns:
- the lastUpdated value.
-
runStart
Get the runStart property: The start time of a pipeline run in ISO8601 format.- Returns:
- the runStart value.
-
runEnd
Get the runEnd property: The end time of a pipeline run in ISO8601 format.- Returns:
- the runEnd value.
-
durationInMs
Get the durationInMs property: The duration of a pipeline run.- Returns:
- the durationInMs value.
-
status
Get the status property: The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled.- Returns:
- the status value.
-
message
Get the message property: The message from a pipeline run.- Returns:
- the message value.
-
additionalProperties
Get the additionalProperties property: Information about a pipeline run.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: Information about a pipeline run.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the PipelineRunInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-