VariableSpecification Class

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

public final class VariableSpecification

Definition of a single variable for a Pipeline.

Constructor Summary

Constructor Description
VariableSpecification()

Creates an instance of VariableSpecification class.

Method Summary

Modifier and Type Method and Description
Object defaultValue()

Get the defaultValue property: Default value of variable.

VariableType type()

Get the type property: Variable type.

void validate()

Validates the instance.

VariableSpecification withDefaultValue(Object defaultValue)

Set the defaultValue property: Default value of variable.

VariableSpecification withType(VariableType type)

Set the type property: Variable type.

Methods inherited from java.lang.Object

Constructor Details

VariableSpecification

public VariableSpecification()

Creates an instance of VariableSpecification class.

Method Details

defaultValue

public Object defaultValue()

Get the defaultValue property: Default value of variable.

Returns:

the defaultValue value.

type

public VariableType type()

Get the type property: Variable type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withDefaultValue

public VariableSpecification withDefaultValue(Object defaultValue)

Set the defaultValue property: Default value of variable.

Parameters:

defaultValue - the defaultValue value to set.

Returns:

the VariableSpecification object itself.

withType

public VariableSpecification withType(VariableType type)

Set the type property: Variable type.

Parameters:

type - the type value to set.

Returns:

the VariableSpecification object itself.

Applies to