SupportedRuntimePlatform Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appplatform. models. SupportedRuntimePlatform
- com.
- com.
public final class SupportedRuntimePlatform
extends ExpandableStringEnum<SupportedRuntimePlatform>
The platform of this runtime version (possible values: "Java" or ".NET").
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Supported |
JAVA
Static value Java for Supported |
static final
Supported |
NET_CORE
Static value .NET Core for Supported |
Constructor Summary
Constructor | Description |
---|---|
SupportedRuntimePlatform() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Supported |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Supported |
fromString(String name)
Creates or finds a Supported |
static
Collection<Supported |
values()
Gets known Supported |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
Constructor Details
SupportedRuntimePlatform
@Deprecated
public SupportedRuntimePlatform()
Deprecated
Creates a new instance of SupportedRuntimePlatform value.
Method Details
fromString
public static SupportedRuntimePlatform fromString(String name)
Creates or finds a SupportedRuntimePlatform from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SupportedRuntimePlatform values.
Returns:
Applies to
Azure SDK for Java