Class SupportedRuntimePlatform
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SupportedRuntimePlatform>
com.azure.resourcemanager.appplatform.models.SupportedRuntimePlatform
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SupportedRuntimePlatform
extends com.azure.core.util.ExpandableStringEnum<SupportedRuntimePlatform>
The platform of this runtime version (possible values: "Java" or ".NET").
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SupportedRuntimePlatformStatic value Java for SupportedRuntimePlatform.static final SupportedRuntimePlatformStatic value .NET Core for SupportedRuntimePlatform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SupportedRuntimePlatformfromString(String name) Creates or finds a SupportedRuntimePlatform from its string representation.static Collection<SupportedRuntimePlatform> values()Gets known SupportedRuntimePlatform values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
JAVA
Static value Java for SupportedRuntimePlatform. -
NET_CORE
Static value .NET Core for SupportedRuntimePlatform.
-
-
Constructor Details
-
SupportedRuntimePlatform
Deprecated.Use thefromString(String)factory method.Creates a new instance of SupportedRuntimePlatform value.
-
-
Method Details
-
fromString
Creates or finds a SupportedRuntimePlatform from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SupportedRuntimePlatform.
-
values
Gets known SupportedRuntimePlatform values.- Returns:
- known SupportedRuntimePlatform values.
-
fromString(String)factory method.