RuntimeName Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. RuntimeName
- com.
- com.
public final class RuntimeName
extends ExpandableStringEnum<RuntimeName>
Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Runtime |
CUSTOM
Static value custom for Runtime |
static final
Runtime |
DOTNET_ISOLATED
Static value dotnet-isolated for Runtime |
static final
Runtime |
JAVA
Static value java for Runtime |
static final
Runtime |
NODE
Static value node for Runtime |
static final
Runtime |
POWERSHELL
Static value powershell for Runtime |
static final
Runtime |
PYTHON
Static value python for Runtime |
Constructor Summary
Constructor | Description |
---|---|
RuntimeName() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Runtime |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Runtime |
fromString(String name)
Creates or finds a Runtime |
static
Collection<Runtime |
values()
Gets known Runtime |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CUSTOM
public static final RuntimeName CUSTOM
Static value custom for RuntimeName.
DOTNET_ISOLATED
public static final RuntimeName DOTNET_ISOLATED
Static value dotnet-isolated for RuntimeName.
JAVA
public static final RuntimeName JAVA
Static value java for RuntimeName.
NODE
public static final RuntimeName NODE
Static value node for RuntimeName.
POWERSHELL
public static final RuntimeName POWERSHELL
Static value powershell for RuntimeName.
PYTHON
public static final RuntimeName PYTHON
Static value python for RuntimeName.
Constructor Details
RuntimeName
@Deprecated
public RuntimeName()
Deprecated
Creates a new instance of RuntimeName value.
Method Details
fromString
public static RuntimeName fromString(String name)
Creates or finds a RuntimeName from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known RuntimeName values.
Returns:
Applies to
Azure SDK for Java