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