Class SupportedRuntimePlatform
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SupportedRuntimePlatform>
-
- com.azure.resourcemanager.appplatform.models.SupportedRuntimePlatform
-
public final class SupportedRuntimePlatform extends com.azure.core.util.ExpandableStringEnum<SupportedRuntimePlatform>
Defines values for SupportedRuntimePlatform.
-
-
Field Summary
Fields Modifier and Type Field Description static SupportedRuntimePlatformJAVAStatic value Java for SupportedRuntimePlatform.static SupportedRuntimePlatformNET_COREStatic value .NET Core for SupportedRuntimePlatform.
-
Constructor Summary
Constructors Constructor Description SupportedRuntimePlatform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SupportedRuntimePlatformfromString(String name)Creates or finds a SupportedRuntimePlatform from its string representation.static Collection<SupportedRuntimePlatform>values()
-
-
-
Field Detail
-
JAVA
public static final SupportedRuntimePlatform JAVA
Static value Java for SupportedRuntimePlatform.
-
NET_CORE
public static final SupportedRuntimePlatform NET_CORE
Static value .NET Core for SupportedRuntimePlatform.
-
-
Method Detail
-
fromString
public static SupportedRuntimePlatform fromString(String name)
Creates or finds a SupportedRuntimePlatform from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SupportedRuntimePlatform.
-
values
public static Collection<SupportedRuntimePlatform> values()
- Returns:
- known SupportedRuntimePlatform values.
-
-