Uses of Interface
com.microsoft.azure.management.appservice.WebApp.Update
-
-
Uses of WebApp.Update in com.microsoft.azure.management.appservice
Subinterfaces of WebApp.Update in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceWebApp.UpdateStages.WithStartUpCommandA web app definition allowing docker startup command to be specified.Methods in com.microsoft.azure.management.appservice that return WebApp.Update Modifier and Type Method Description WebApp.UpdateWebApp.UpdateStages.WithDockerContainerImage. withBuiltInImage(RuntimeStack runtimeStack)Specifies the docker container image to be a built in one.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing app service plan for the web app.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(PricingTier pricingTier)Creates a new app service plan to use.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)Creates a new app service plan to use.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withNewFreeAppServicePlan()Creates a new free app service plan.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withNewSharedAppServicePlan()Creates a new shared app service plan.WebApp.UpdateWebApp.UpdateStages.WithStartUpCommand. withStartUpCommand(String startUpCommand)Specifies the startup command.
-