WebApp.Update |
WebApp.UpdateStages.WithLinuxAppImage.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(PricingTier pricingTier) |
Creates a new app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable) |
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.
|