Class BigDataPoolReference

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

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

    • BigDataPoolReference

      public BigDataPoolReference()
  • 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 BigDataPoolReference object itself.
    • getReferenceName

      public String getReferenceName()
      Get the referenceName property: Reference big data pool name.
      Returns:
      the referenceName value.
    • setReferenceName

      public BigDataPoolReference setReferenceName(String referenceName)
      Set the referenceName property: Reference big data pool name.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the BigDataPoolReference object itself.