| Modifier and Type | Field and Description |
|---|---|
static WebAppRuntimeStack |
WebAppRuntimeStack.JAVA
Java.
|
static WebAppRuntimeStack |
WebAppRuntimeStack.NET
.NET Framework.
|
static WebAppRuntimeStack |
WebAppRuntimeStack.NETCORE
.NET Core.
|
static WebAppRuntimeStack |
WebAppRuntimeStack.PHP
PHP.
|
static WebAppRuntimeStack |
WebAppRuntimeStack.PYTHON
Python.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithWindowsRuntimeStack.withRuntimeStack(WebAppRuntimeStack runtimeStack)
Specifies the runtime stack for the web app on Windows operating system.
|
WebApp.Update |
WebApp.UpdateStages.WithWindowsRuntimeStack.withRuntimeStack(WebAppRuntimeStack runtimeStack)
Specifies the runtime stack for the web app on Windows operating system.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/