Class PipelineRunInvokedBy
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.PipelineRunInvokedBy
-
public final class PipelineRunInvokedBy extends Object
Provides entity name and id that started the pipeline run.
-
-
Constructor Summary
Constructors Constructor Description PipelineRunInvokedBy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Get the id property: The ID of the entity that started the run.String
invokedByType()
Get the invokedByType property: The type of the entity that started the run.String
name()
Get the name property: Name of the entity that started the pipeline run.String
pipelineName()
Get the pipelineName property: The name of the pipeline that triggered the run, if any.String
pipelineRunId()
Get the pipelineRunId property: The run id of the pipeline that triggered the run, if any.void
validate()
Validates the instance.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of the entity that started the pipeline run.- Returns:
- the name value.
-
id
public String id()
Get the id property: The ID of the entity that started the run.- Returns:
- the id value.
-
invokedByType
public String invokedByType()
Get the invokedByType property: The type of the entity that started the run.- Returns:
- the invokedByType value.
-
pipelineName
public String pipelineName()
Get the pipelineName property: The name of the pipeline that triggered the run, if any.- Returns:
- the pipelineName value.
-
pipelineRunId
public String 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.
-
-