Class BigDataPoolParametrizationReference

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

public final class BigDataPoolParametrizationReference extends Object
Big data pool reference type.
  • Constructor Details

    • BigDataPoolParametrizationReference

      public BigDataPoolParametrizationReference()
  • Method Details

    • getType

      public BigDataPoolReferenceType getType()
      Get the type property: Big data pool reference type.
      Returns:
      the type value.
    • setType

      Set the type property: Big data pool reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the BigDataPoolParametrizationReference object itself.
    • getReferenceName

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

      public BigDataPoolParametrizationReference setReferenceName(Object referenceName)
      Set the referenceName property: Reference big data pool name. Type: string (or Expression with resultType string).
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the BigDataPoolParametrizationReference object itself.