@Beta(value=V1_30_0) 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 runtime/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/