Class DatabaseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DatabaseType>
com.azure.resourcemanager.workloads.models.DatabaseType

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

    Fields
    Modifier and Type
    Field
    Description
    static final DatabaseType
    Static value MySql for DatabaseType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates or finds a DatabaseType from its string representation.
    Gets known DatabaseType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • MY_SQL

      public static final DatabaseType MY_SQL
      Static value MySql for DatabaseType.
  • Constructor Details

    • DatabaseType

      public DatabaseType()
  • Method Details

    • fromString

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

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