Class RuntimeName
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RuntimeName>
com.azure.resourcemanager.appservice.models.RuntimeName
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RuntimeNameStatic value custom for RuntimeName.static final RuntimeNameStatic value dotnet-isolated for RuntimeName.static final RuntimeNameStatic value java for RuntimeName.static final RuntimeNameStatic value node for RuntimeName.static final RuntimeNameStatic value powershell for RuntimeName.static final RuntimeNameStatic value python for RuntimeName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeNamefromString(String name) Creates or finds a RuntimeName from its string representation.static Collection<RuntimeName> values()Gets known RuntimeName values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DOTNET_ISOLATED
Static value dotnet-isolated for RuntimeName. -
NODE
Static value node for RuntimeName. -
JAVA
Static value java for RuntimeName. -
POWERSHELL
Static value powershell for RuntimeName. -
PYTHON
Static value python for RuntimeName. -
CUSTOM
Static value custom for RuntimeName.
-
-
Constructor Details
-
RuntimeName
Deprecated.Use thefromString(String)factory method.Creates a new instance of RuntimeName value.
-
-
Method Details
-
fromString
Creates or finds a RuntimeName from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RuntimeName.
-
values
Gets known RuntimeName values.- Returns:
- known RuntimeName values.
-
fromString(String)factory method.