| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| 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.WithWindowsAppFramework.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.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.