Class SparkConfigurationReference

java.lang.Object
com.azure.analytics.synapse.artifacts.models.SparkConfigurationReference

public final class SparkConfigurationReference extends Object
Spark configuration reference.
  • Constructor Details

    • SparkConfigurationReference

      public SparkConfigurationReference()
  • Method Details

    • getType

      Get the type property: Spark configuration reference type.
      Returns:
      the type value.
    • setType

      Set the type property: Spark configuration reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the SparkConfigurationReference object itself.
    • getReferenceName

      public String getReferenceName()
      Get the referenceName property: Reference spark configuration name.
      Returns:
      the referenceName value.
    • setReferenceName

      public SparkConfigurationReference setReferenceName(String referenceName)
      Set the referenceName property: Reference spark configuration name.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the SparkConfigurationReference object itself.