Class SupportedRuntimeValue


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

      • 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.
      • NET_CORE_31

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

      • SupportedRuntimeValue

        public SupportedRuntimeValue()
    • Method Detail

      • 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.