public static interface FunctionApp.UpdateStages.WithAppServicePlan
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.Update |
withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the function app.
|
FunctionApp.Update |
withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
FunctionApp.Update |
withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
FunctionApp.Update |
withNewConsumptionPlan()
Creates a new consumption plan to use.
|
FunctionApp.Update |
withNewFreeAppServicePlan()
Creates a new free app service plan.
|
FunctionApp.Update |
withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
FunctionApp.Update withNewConsumptionPlan()
FunctionApp.Update withNewFreeAppServicePlan()
FunctionApp.Update withNewSharedAppServicePlan()
FunctionApp.Update withNewAppServicePlan(PricingTier pricingTier)
pricingTier - the sku of the app service planFunctionApp.Update withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatableFunctionApp.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.
*/