Class SapDatabaseType

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

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

    • HANA

      public static final SapDatabaseType HANA
      Static value HANA for SapDatabaseType.
    • DB2

      public static final SapDatabaseType DB2
      Static value DB2 for SapDatabaseType.
  • Constructor Details

    • SapDatabaseType

      public SapDatabaseType()
  • Method Details

    • fromString

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

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