Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
WebApp.UpdateStages.WithStartUpCommand
A web app definition 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(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.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.WithStartUpCommand.withStartUpCommand(String startUpCommand)
Specifies the startup command.
|
Copyright © 2019. All rights reserved.