Class DataFlowReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlowReference
Data flow reference type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Data flow reference type.Get the datasetParameters property: Reference data flow parameters from dataset.Get the parameters property: Data flow parameters.Get the referenceName property: Reference data flow name.type()
Get the type property: Data flow reference type.void
validate()
Validates the instance.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Data flow reference type.withDatasetParameters
(Object datasetParameters) Set the datasetParameters property: Reference data flow parameters from dataset.withParameters
(Map<String, Object> parameters) Set the parameters property: Data flow parameters.withReferenceName
(String referenceName) Set the referenceName property: Reference data flow name.Set the type property: Data flow reference type.
-
Constructor Details
-
DataFlowReference
public DataFlowReference()Creates an instance of DataFlowReference class.
-
-
Method Details
-
type
Get the type property: Data flow reference type.- Returns:
- the type value.
-
withType
Set the type property: Data flow reference type.- Parameters:
type
- the type value to set.- Returns:
- the DataFlowReference object itself.
-
referenceName
Get the referenceName property: Reference data flow name.- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference data flow name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the DataFlowReference object itself.
-
datasetParameters
Get the datasetParameters property: Reference data flow parameters from dataset.- Returns:
- the datasetParameters value.
-
withDatasetParameters
Set the datasetParameters property: Reference data flow parameters from dataset.- Parameters:
datasetParameters
- the datasetParameters value to set.- Returns:
- the DataFlowReference object itself.
-
parameters
Get the parameters property: Data flow parameters.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Data flow parameters.- Parameters:
parameters
- the parameters value to set.- Returns:
- the DataFlowReference object itself.
-
additionalProperties
Get the additionalProperties property: Data flow reference type.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
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.
-