Class DataFlowReference
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DataFlowReference
-
public final class DataFlowReference extends Object
Data flow reference type.
-
-
Constructor Summary
Constructors Constructor Description DataFlowReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Data flow reference type.Object
datasetParameters()
Get the datasetParameters property: Reference data flow parameters from dataset.Map<String,Object>
parameters()
Get the parameters property: Data flow parameters.String
referenceName()
Get the referenceName property: Reference data flow name.DataFlowReferenceType
type()
Get the type property: Data flow reference type.void
validate()
Validates the instance.DataFlowReference
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Data flow reference type.DataFlowReference
withDatasetParameters(Object datasetParameters)
Set the datasetParameters property: Reference data flow parameters from dataset.DataFlowReference
withParameters(Map<String,Object> parameters)
Set the parameters property: Data flow parameters.DataFlowReference
withReferenceName(String referenceName)
Set the referenceName property: Reference data flow name.DataFlowReference
withType(DataFlowReferenceType type)
Set the type property: Data flow reference type.
-
-
-
Method Detail
-
type
public DataFlowReferenceType type()
Get the type property: Data flow reference type.- Returns:
- the type value.
-
withType
public DataFlowReference withType(DataFlowReferenceType type)
Set the type property: Data flow reference type.- Parameters:
type
- the type value to set.- Returns:
- the DataFlowReference object itself.
-
referenceName
public String referenceName()
Get the referenceName property: Reference data flow name.- Returns:
- the referenceName value.
-
withReferenceName
public DataFlowReference withReferenceName(String referenceName)
Set the referenceName property: Reference data flow name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the DataFlowReference object itself.
-
datasetParameters
public Object datasetParameters()
Get the datasetParameters property: Reference data flow parameters from dataset.- Returns:
- the datasetParameters value.
-
withDatasetParameters
public DataFlowReference withDatasetParameters(Object datasetParameters)
Set the datasetParameters property: Reference data flow parameters from dataset.- Parameters:
datasetParameters
- the datasetParameters value to set.- Returns:
- the DataFlowReference object itself.
-
parameters
public Map<String,Object> parameters()
Get the parameters property: Data flow parameters.- Returns:
- the parameters value.
-
withParameters
public DataFlowReference withParameters(Map<String,Object> parameters)
Set the parameters property: Data flow parameters.- Parameters:
parameters
- the parameters value to set.- Returns:
- the DataFlowReference object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Data flow reference type.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public DataFlowReference withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Data flow reference type.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the DataFlowReference object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-