Class RuntimeVersion

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuntimeVersion>
com.azure.resourcemanager.appplatform.models.RuntimeVersion
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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

    • JAVA_8

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

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

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

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

    • RuntimeVersion

      public RuntimeVersion()
  • Method Details

    • fromString

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

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