Class SparkConfigurationParametrizationReference
java.lang.Object
com.azure.resourcemanager.datafactory.models.SparkConfigurationParametrizationReference
Spark configuration reference.
-
Constructor Summary
ConstructorDescriptionCreates an instance of SparkConfigurationParametrizationReference class. -
Method Summary
Modifier and TypeMethodDescriptionGet the referenceName property: Reference spark configuration name.type()
Get the type property: Spark configuration reference type.void
validate()
Validates the instance.withReferenceName
(Object referenceName) Set the referenceName property: Reference spark configuration name.Set the type property: Spark configuration reference type.
-
Constructor Details
-
SparkConfigurationParametrizationReference
public SparkConfigurationParametrizationReference()Creates an instance of SparkConfigurationParametrizationReference class.
-
-
Method Details
-
type
Get the type property: Spark configuration reference type.- Returns:
- the type value.
-
withType
Set the type property: Spark configuration reference type.- Parameters:
type
- the type value to set.- Returns:
- the SparkConfigurationParametrizationReference object itself.
-
referenceName
Get the referenceName property: Reference spark configuration name. Type: string (or Expression with resultType string).- Returns:
- the referenceName value.
-
withReferenceName
Set the referenceName property: Reference spark configuration name. Type: string (or Expression with resultType string).- Parameters:
referenceName
- the referenceName value to set.- Returns:
- the SparkConfigurationParametrizationReference object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-