Class SqlPoolReference

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

public final class SqlPoolReference extends Object
SQL pool reference type.
  • Constructor Details

    • SqlPoolReference

      public SqlPoolReference()
  • Method Details

    • getType

      public SqlPoolReferenceType getType()
      Get the type property: SQL pool reference type.
      Returns:
      the type value.
    • setType

      public SqlPoolReference setType(SqlPoolReferenceType type)
      Set the type property: SQL pool reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the SqlPoolReference object itself.
    • getReferenceName

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

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