Class SparkConfigurationParametrizationReference

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

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

    • SparkConfigurationParametrizationReference

      public SparkConfigurationParametrizationReference()
      Creates an instance of SparkConfigurationParametrizationReference class.
  • 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 SparkConfigurationParametrizationReference object itself.
    • getReferenceName

      public Object getReferenceName()
      Get the referenceName property: Reference spark configuration name. Type: string (or Expression with resultType string).
      Returns:
      the referenceName value.
    • setReferenceName

      public SparkConfigurationParametrizationReference setReferenceName(Object referenceName)
      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.