Class DatasetReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.DatasetReference
Dataset reference type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the parameters property: Arguments for dataset.Get the referenceName property: Reference dataset name.type()
Get the type property: Dataset reference type.void
validate()
Validates the instance.withParameters
(Map<String, Object> parameters) Set the parameters property: Arguments for dataset.withReferenceName
(String referenceName) Set the referenceName property: Reference dataset name.Set the type property: Dataset reference type.
-
Constructor Details
-
DatasetReference
public DatasetReference()Creates an instance of DatasetReference class.
-
-
Method Details
-
type
Get the type property: Dataset reference type.- Returns:
- the type value.
-
withType
Set the type property: Dataset reference type.- Parameters:
type
- the type value to set.- Returns:
- the DatasetReference object itself.
-
referenceName
Get the referenceName property: Reference dataset name.- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference dataset name.- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the DatasetReference object itself.
-
parameters
Get the parameters property: Arguments for dataset.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Arguments for dataset.- Parameters:
parameters
- the parameters value to set.- Returns:
- the DatasetReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-