Uses of Class
com.azure.resourcemanager.appservice.models.RuntimeName
Packages that use RuntimeName
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of RuntimeName in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as RuntimeNameModifier and TypeFieldDescriptionstatic final RuntimeName
RuntimeName.CUSTOM
Static value custom for RuntimeName.static final RuntimeName
RuntimeName.DOTNET_ISOLATED
Static value dotnet-isolated for RuntimeName.static final RuntimeName
RuntimeName.JAVA
Static value java for RuntimeName.static final RuntimeName
RuntimeName.NODE
Static value node for RuntimeName.static final RuntimeName
RuntimeName.POWERSHELL
Static value powershell for RuntimeName.static final RuntimeName
RuntimeName.PYTHON
Static value python for RuntimeName.Methods in com.azure.resourcemanager.appservice.models that return RuntimeNameModifier and TypeMethodDescriptionstatic RuntimeName
RuntimeName.fromString
(String name) Creates or finds a RuntimeName from its string representation.FunctionsRuntime.name()
Get the name property: Function app runtime name.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RuntimeNameModifier and TypeMethodDescriptionstatic Collection
<RuntimeName> RuntimeName.values()
Gets known RuntimeName values.Methods in com.azure.resourcemanager.appservice.models with parameters of type RuntimeNameModifier and TypeMethodDescriptionFunctionsRuntime.withName
(RuntimeName name) Set the name property: Function app runtime name.