Class SqlWorkloadType


  • public final class SqlWorkloadType
    extends com.azure.core.util.ExpandableStringEnum<SqlWorkloadType>
    Defines values for SqlWorkloadType.
    • Field Detail

      • GENERAL

        public static final SqlWorkloadType GENERAL
        Static value GENERAL for SqlWorkloadType.
      • OLTP

        public static final SqlWorkloadType OLTP
        Static value OLTP for SqlWorkloadType.
      • DW

        public static final SqlWorkloadType DW
        Static value DW for SqlWorkloadType.
    • Constructor Detail

      • SqlWorkloadType

        public SqlWorkloadType()
    • Method Detail

      • fromString

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