Class PipelineRunInvokedBy
java.lang.Object
com.azure.resourcemanager.datafactory.models.PipelineRunInvokedBy
Provides entity name and id that started the pipeline run.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the id property: The ID of the entity that started the run.Get the invokedByType property: The type of the entity that started the run.name()
Get the name property: Name of the entity that started the pipeline run.Get the pipelineName property: The name of the pipeline that triggered the run, if any.Get the pipelineRunId property: The run id of the pipeline that triggered the run, if any.void
validate()
Validates the instance.
-
Constructor Details
-
PipelineRunInvokedBy
public PipelineRunInvokedBy()Creates an instance of PipelineRunInvokedBy class.
-
-
Method Details
-
name
Get the name property: Name of the entity that started the pipeline run.- Returns:
- the name value.
-
id
Get the id property: The ID of the entity that started the run.- Returns:
- the id value.
-
invokedByType
Get the invokedByType property: The type of the entity that started the run.- Returns:
- the invokedByType value.
-
pipelineName
Get the pipelineName property: The name of the pipeline that triggered the run, if any.- Returns:
- the pipelineName value.
-
pipelineRunId
Get the pipelineRunId property: The run id of the pipeline that triggered the run, if any.- Returns:
- the pipelineRunId value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-