PipelineReference Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.PipelineReference

public final class PipelineReference

Pipeline reference type.

Constructor Summary

Constructor Description
PipelineReference()

Creates an instance of PipelineReference class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Reference name.

String referenceName()

Get the referenceName property: Reference pipeline name.

String type()

Get the type property: Pipeline reference type.

void validate()

Validates the instance.

PipelineReference withName(String name)

Set the name property: Reference name.

PipelineReference withReferenceName(String referenceName)

Set the referenceName property: Reference pipeline name.

PipelineReference withType(String type)

Set the type property: Pipeline reference type.

Methods inherited from java.lang.Object

Constructor Details

PipelineReference

public PipelineReference()

Creates an instance of PipelineReference class.

Method Details

name

public String name()

Get the name property: Reference name.

Returns:

the name value.

referenceName

public String referenceName()

Get the referenceName property: Reference pipeline name.

Returns:

the referenceName value.

type

public String type()

Get the type property: Pipeline reference type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withName

public PipelineReference withName(String name)

Set the name property: Reference name.

Parameters:

name - the name value to set.

Returns:

the PipelineReference object itself.

withReferenceName

public PipelineReference withReferenceName(String referenceName)

Set the referenceName property: Reference pipeline name.

Parameters:

referenceName - the referenceName value to set.

Returns:

the PipelineReference object itself.

withType

public PipelineReference withType(String type)

Set the type property: Pipeline reference type.

Parameters:

type - the type value to set.

Returns:

the PipelineReference object itself.

Applies to