PipelineFolder Class

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

public final class PipelineFolder

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

Constructor Summary

Constructor Description
PipelineFolder()

Creates an instance of PipelineFolder class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name of the folder that this Pipeline is in.

void validate()

Validates the instance.

PipelineFolder withName(String name)

Set the name property: The name of the folder that this Pipeline is in.

Methods inherited from java.lang.Object

Constructor Details

PipelineFolder

public PipelineFolder()

Creates an instance of PipelineFolder class.

Method Details

name

public String name()

Get the name property: The name of the folder that this Pipeline is in.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public PipelineFolder withName(String name)

Set the name property: The name of the folder that this Pipeline is in.

Parameters:

name - the name value to set.

Returns:

the PipelineFolder object itself.

Applies to