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 |
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(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable
- the new app service plan creatableWebApp.Update withExistingAppServicePlan(AppServicePlan appServicePlan)
appServicePlan
- the existing app service planCopyright © 2019. All rights reserved.