Class TriggerPipelineReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.TriggerPipelineReference
Pipeline that needs to be triggered with the given parameters.
-
Constructor Summary
ConstructorDescriptionCreates an instance of TriggerPipelineReference class. -
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Pipeline parameters.Get the pipelineReference property: Pipeline reference.void
validate()
Validates the instance.withParameters
(Map<String, Object> parameters) Set the parameters property: Pipeline parameters.withPipelineReference
(PipelineReference pipelineReference) Set the pipelineReference property: Pipeline reference.
-
Constructor Details
-
TriggerPipelineReference
public TriggerPipelineReference()Creates an instance of TriggerPipelineReference class.
-
-
Method Details
-
pipelineReference
Get the pipelineReference property: Pipeline reference.- Returns:
- the pipelineReference value.
-
withPipelineReference
Set the pipelineReference property: Pipeline reference.- Parameters:
pipelineReference
- the pipelineReference value to set.- Returns:
- the TriggerPipelineReference object itself.
-
parameters
Get the parameters property: Pipeline parameters.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Pipeline parameters.- Parameters:
parameters
- the parameters value to set.- Returns:
- the TriggerPipelineReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-