| Modifier and Type | Field and Description |
|---|---|
static RuntimeStack |
RuntimeStack.JAVA_11_JAVA11
JAVA JAVA 11.
|
static RuntimeStack |
RuntimeStack.JAVA_8_JRE8
JAVA JRE 8.
|
static RuntimeStack |
RuntimeStack.NETCORE_V1_0
.NET Core v1.0.
|
static RuntimeStack |
RuntimeStack.NETCORE_V1_1
.NET Core v1.1.
|
static RuntimeStack |
RuntimeStack.NETCORE_V2_0
.NET Core v2.0.
|
static RuntimeStack |
RuntimeStack.NETCORE_V2_1
.NET Core v2.1.
|
static RuntimeStack |
RuntimeStack.NETCORE_V2_2
.NET Core v2.2.
|
static RuntimeStack |
RuntimeStack.NODEJS_10_1
Node.JS 10.1.
|
static RuntimeStack |
RuntimeStack.NODEJS_10_10
Node.JS 10.10.
|
static RuntimeStack |
RuntimeStack.NODEJS_10_12
Node.JS 10.12.
|
static RuntimeStack |
RuntimeStack.NODEJS_10_14
Node.JS 10.14.
|
static RuntimeStack |
RuntimeStack.NODEJS_10_LTS
Node.JS 10 LTS.
|
static RuntimeStack |
RuntimeStack.NODEJS_4_4
Node.JS 4.4.
|
static RuntimeStack |
RuntimeStack.NODEJS_4_5
Node.JS 4.5.
|
static RuntimeStack |
RuntimeStack.NODEJS_4_8
Node.JS 4.8.
|
static RuntimeStack |
RuntimeStack.NODEJS_6_10
Node.JS 6.10.
|
static RuntimeStack |
RuntimeStack.NODEJS_6_11
Node.JS 6.11.
|
static RuntimeStack |
RuntimeStack.NODEJS_6_2
Node.JS 6.2.
|
static RuntimeStack |
RuntimeStack.NODEJS_6_6
Node.JS 6.6.
|
static RuntimeStack |
RuntimeStack.NODEJS_6_9
Node.JS 6.9.
|
static RuntimeStack |
RuntimeStack.NODEJS_6_LTS
Node.JS 6 LTS.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_0
Node.JS 8.0.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_1
Node.JS 8.1.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_11
Node.JS 8.11.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_12
Node.JS 8.12.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_2
Node.JS 8.2.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_8
Node.JS 8.8.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_9
Node.JS 8.9.
|
static RuntimeStack |
RuntimeStack.NODEJS_8_LTS
Node.JS 8 LTS.
|
static RuntimeStack |
RuntimeStack.NODEJS_9_4
Node.JS 9.4.
|
static RuntimeStack |
RuntimeStack.NODEJS_LTS
Node.JS lts.
|
static RuntimeStack |
RuntimeStack.PHP_5_6
PHP 5.6.
|
static RuntimeStack |
RuntimeStack.PHP_7_0
PHP 7.0.
|
static RuntimeStack |
RuntimeStack.PHP_7_2
PHP 7.2.
|
static RuntimeStack |
RuntimeStack.PHP_7_3
PHP 7.3.
|
static RuntimeStack |
RuntimeStack.PYTHON_2_7
PYTHON 2.7.
|
static RuntimeStack |
RuntimeStack.PYTHON_3_6
PYTHON 3.6.
|
static RuntimeStack |
RuntimeStack.PYTHON_3_7
PYTHON 3.7.
|
static RuntimeStack |
RuntimeStack.RUBY_2_3
RUBY 2.3.
|
static RuntimeStack |
RuntimeStack.RUBY_2_4
RUBY 2.4.
|
static RuntimeStack |
RuntimeStack.RUBY_2_5
RUBY 2.5.
|
static RuntimeStack |
RuntimeStack.RUBY_2_6
RUBY 2.6.
|
static RuntimeStack |
RuntimeStack.TOMCAT_8_5_JAVA11
Tomcat 8.5-java11 image with catalina root set to Azure wwwroot.
|
static RuntimeStack |
RuntimeStack.TOMCAT_8_5_JRE8
Tomcat 8.5-jre8 image with catalina root set to Azure wwwroot.
|
static RuntimeStack |
RuntimeStack.TOMCAT_9_0_JAVA11
Tomcat 9.0-java11 image with catalina root set to Azure wwwroot.
|
static RuntimeStack |
RuntimeStack.TOMCAT_9_0_JRE8
Tomcat 9.0-jre8 image with catalina root set to Azure wwwroot.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<RuntimeStack> |
RuntimeStack.getAll()
Lists the pre-defined app service runtime stacks.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithDockerContainerImage.withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
WebApp.Update |
WebApp.UpdateStages.WithDockerContainerImage.withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/