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