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>
The raw value which could be passed to deployment CRUD operations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupportedRuntimeValueStatic value Java_11 for SupportedRuntimeValue.static final SupportedRuntimeValueStatic value Java_17 for SupportedRuntimeValue.static final SupportedRuntimeValueStatic value Java_8 for SupportedRuntimeValue.static final SupportedRuntimeValueStatic value NetCore_31 for SupportedRuntimeValue. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportedRuntimeValuefromString(String name) Creates or finds a SupportedRuntimeValue from its string representation.static Collection<SupportedRuntimeValue>values()Gets known SupportedRuntimeValue values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
JAVA_8
Static value Java_8 for SupportedRuntimeValue. -
JAVA_11
Static value Java_11 for SupportedRuntimeValue. -
JAVA_17
Static value Java_17 for SupportedRuntimeValue. -
NET_CORE_31
Static value NetCore_31 for SupportedRuntimeValue.
-
-
Constructor Details
-
SupportedRuntimeValue
Deprecated.Use thefromString(String)factory method.Creates a new instance of SupportedRuntimeValue value.
-
-
Method Details
-
fromString
Creates or finds a SupportedRuntimeValue from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SupportedRuntimeValue.
-
values
Gets known SupportedRuntimeValue values.- Returns:
- known SupportedRuntimeValue values.
-
fromString(String)factory method.