Class SapEnvironmentType

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

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

    • NON_PROD

      public static final SapEnvironmentType NON_PROD
      Static value NonProd for SapEnvironmentType.
    • PROD

      public static final SapEnvironmentType PROD
      Static value Prod for SapEnvironmentType.
  • Constructor Details

    • SapEnvironmentType

      public SapEnvironmentType()
  • Method Details

    • fromString

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

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