| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
WebApp.DefinitionStages.WithStartUpCommand
A web app definition allowing docker startup command to be specified.
|
static interface |
WebApp.DefinitionStages.WithWindowsAppFramework
A web app definition allowing app framework on Windows operating system to be specified.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithLinuxAppFramework.withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithWindowsAppFramework.withRuntimeStack(WebAppRuntimeStack runtimeStack)
Specifies the runtime stack for the web app on Windows operating system.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithStartUpCommand.withStartUpCommand(String startUpCommand)
Specifies the startup command.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.