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 Summary
Fields Modifier and Type Field Description static SupportedRuntimeValueJAVA_11Static value Java_11 for SupportedRuntimeValue.static SupportedRuntimeValueJAVA_8Static value Java_8 for SupportedRuntimeValue.static SupportedRuntimeValueNET_CORE_31Static value NetCore_31 for SupportedRuntimeValue.
-
Constructor Summary
Constructors Constructor Description SupportedRuntimeValue()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SupportedRuntimeValuefromString(String name)Creates or finds a SupportedRuntimeValue from its string representation.static Collection<SupportedRuntimeValue>values()
-
-
-
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.
-
-
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.
-
values
public static Collection<SupportedRuntimeValue> values()
- Returns:
- known SupportedRuntimeValue values.
-
-