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