public static interface WebApp.UpdateStages.WithAppServicePlan
| Modifier and Type | Method and Description |
|---|---|
WebApp.Update |
withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
WebApp.Update |
withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.Update |
withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.Update |
withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.Update |
withNewFreeAppServicePlan()
Creates a new free app service plan.
|
WebApp.Update |
withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
WebApp.Update withNewFreeAppServicePlan()
WebApp.Update withNewSharedAppServicePlan()
WebApp.Update withNewAppServicePlan(PricingTier pricingTier)
pricingTier - the sku of the app service planWebApp.Update withNewAppServicePlan(String appServicePlanName, PricingTier pricingTier)
appServicePlanName - the name of the new app service planpricingTier - the sku of the app service planWebApp.Update withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatableWebApp.Update withExistingAppServicePlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service planVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.