Uses of Interface
com.microsoft.azure.management.appservice.WebApp.Update
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of WebApp.Update in com.microsoft.azure.management.appservice
Modifier and TypeInterfaceDescriptionstatic interface
A web app update allowing docker startup command to be specified.Modifier and TypeMethodDescriptionWebApp.UpdateStages.WithDockerContainerImage.withBuiltInImage
(RuntimeStack runtimeStack) Specifies the docker container image to be a built in one.WebApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan
(AppServicePlan appServicePlan) Uses an existing app service plan for the web app.WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(PricingTier pricingTier) Creates a new app service plan to use.WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(Creatable<AppServicePlan> appServicePlanCreatable) Creates a new app service plan to use.WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new app service plan to use.WebApp.UpdateStages.WithAppServicePlan.withNewFreeAppServicePlan()
Creates a new free app service plan.WebApp.UpdateStages.WithAppServicePlan.withNewSharedAppServicePlan()
Creates a new shared app service plan.WebApp.UpdateStages.WithWindowsRuntimeStack.withRuntimeStack
(WebAppRuntimeStack runtimeStack) Specifies the runtime stack for the web app on Windows operating system.WebApp.UpdateStages.WithStartUpCommand.withStartUpCommand
(String startUpCommand) Specifies the startup command.