| 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.WithWindowsRuntimeStack
A web app definition allowing runtime stack on Windows operating system to be specified.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithDockerContainerImage.withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithWindowsRuntimeStack.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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/