public static interface FunctionApp.DefinitionStages.WithNewAppServicePlan
Modifier and Type | Method and Description |
---|---|
FunctionApp.DefinitionStages.WithCreate |
withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewConsumptionPlan()
Creates a new consumption plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewFreeAppServicePlan()
Creates a new free app service plan.
|
FunctionApp.DefinitionStages.WithCreate |
withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
FunctionApp.DefinitionStages.WithCreate withNewConsumptionPlan()
FunctionApp.DefinitionStages.WithCreate withNewFreeAppServicePlan()
FunctionApp.DefinitionStages.WithCreate withNewSharedAppServicePlan()
FunctionApp.DefinitionStages.WithCreate withNewAppServicePlan(PricingTier pricingTier)
pricingTier
- the sku of the app service planFunctionApp.DefinitionStages.WithCreate withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable
- the new app service plan creatableCopyright © 2019. All rights reserved.