| Modifier and Type | Interface and Description |
|---|---|
static interface |
WebApp.UpdateStages.WithStartUpCommand
A web app update allowing docker startup command to be specified.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.Update |
WebApp.UpdateStages.WithDockerContainerImage.withBuiltInImage(RuntimeStack runtimeStack)
Specifies the docker container image to be a built in one.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
Creates a new free app service plan.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
WebApp.Update |
WebApp.UpdateStages.WithWindowsRuntimeStack.withRuntimeStack(WebAppRuntimeStack runtimeStack)
Specifies the runtime stack for the web app on Windows operating system.
|
WebApp.Update |
WebApp.UpdateStages.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.
*/