Class SqlConnectionType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SqlConnectionType>
com.azure.analytics.synapse.artifacts.models.SqlConnectionType

public final class SqlConnectionType extends com.azure.core.util.ExpandableStringEnum<SqlConnectionType>
The type of the connection.
  • Field Details

    • SQL_ON_DEMAND

      public static final SqlConnectionType SQL_ON_DEMAND
      Static value SqlOnDemand for SqlConnectionType.
    • SQL_POOL

      public static final SqlConnectionType SQL_POOL
      Static value SqlPool for SqlConnectionType.
  • Constructor Details

    • SqlConnectionType

      public SqlConnectionType()
  • Method Details

    • fromString

      public static SqlConnectionType fromString(String name)
      Creates or finds a SqlConnectionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding SqlConnectionType.
    • values

      public static Collection<SqlConnectionType> values()
      Gets known SqlConnectionType values.
      Returns:
      known SqlConnectionType values.