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(com.microsoft.azure.management.resources.fluentcore.model.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatableWebApp.Update withExistingAppServicePlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service plan/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/