public class WebAppRuntimeStack extends Object
| Modifier and Type | Field and Description |
|---|---|
static WebAppRuntimeStack |
JAVA
Java.
|
static WebAppRuntimeStack |
NET
.NET Framework.
|
static WebAppRuntimeStack |
NETCORE
.NET Core.
|
static WebAppRuntimeStack |
PHP
PHP.
|
static WebAppRuntimeStack |
PYTHON
Python.
|
| Constructor and Description |
|---|
WebAppRuntimeStack(String runtime)
Creates a custom web app runtime stack on Windows operating system.
|
public static final WebAppRuntimeStack NETCORE
public static final WebAppRuntimeStack NET
public static final WebAppRuntimeStack PHP
public static final WebAppRuntimeStack PYTHON
public static final WebAppRuntimeStack JAVA
public WebAppRuntimeStack(String runtime)
runtime - the language runtimeVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.