public static interface FunctionApp.DefinitionStages.WithNewAppServicePlan
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.WithCreate |
withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.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(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatable/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/