Class PipelineReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.PipelineReference
Pipeline reference type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: Reference name.Get the referenceName property: Reference pipeline name.type()
Get the type property: Pipeline reference type.void
validate()
Validates the instance.Set the name property: Reference name.withReferenceName
(String referenceName) Set the referenceName property: Reference pipeline name.Set the type property: Pipeline reference type.
-
Constructor Details
-
PipelineReference
public PipelineReference()Creates an instance of PipelineReference class.
-
-
Method Details
-
type
Get the type property: Pipeline reference type.- Returns:
- the type value.
-
withType
Set the type property: Pipeline reference type.- Parameters:
type
- the type value to set.- Returns:
- the PipelineReference object itself.
-
referenceName
Get the referenceName property: Reference pipeline name.- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference pipeline name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the PipelineReference object itself.
-
name
Get the name property: Reference name.- Returns:
- the name value.
-
withName
Set the name property: Reference name.- Parameters:
name
- the name value to set.- Returns:
- the PipelineReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-