Class SupportedRuntimeValue

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SupportedRuntimeValue>
com.azure.resourcemanager.appplatform.models.SupportedRuntimeValue

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

    • JAVA_8

      public static final SupportedRuntimeValue JAVA_8
      Static value Java_8 for SupportedRuntimeValue.
    • JAVA_11

      public static final SupportedRuntimeValue JAVA_11
      Static value Java_11 for SupportedRuntimeValue.
    • JAVA_17

      public static final SupportedRuntimeValue JAVA_17
      Static value Java_17 for SupportedRuntimeValue.
    • NET_CORE_31

      public static final SupportedRuntimeValue NET_CORE_31
      Static value NetCore_31 for SupportedRuntimeValue.
  • Constructor Details

    • SupportedRuntimeValue

      public SupportedRuntimeValue()
  • Method Details

    • fromString

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

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