| Modifier and Type | Field and Description |
|---|---|
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.NODEJS_4_4
Node.JS 4.4.
|
static RuntimeStack |
RuntimeStack.NODEJS_4_5
Node.JS 4.5.
|
static RuntimeStack |
RuntimeStack.NODEJS_6_10
Node.JS 6.10.
|
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.PHP_5_6
PHP 5.6.
|
static RuntimeStack |
RuntimeStack.PHP_7_0
PHP 7.0.
|
static RuntimeStack |
RuntimeStack.RUBY_2_3
Ruby 2.3.
|
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_JRE8
Tomcat 9.0-jre8 image with catalina root set to Azure wwwroot.
|
| 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.
*/