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 Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewAppServicePlan(PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewConsumptionPlan()
Creates a new Windows consumption plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewConsumptionPlan(String appServicePlanName)
Creates a new Windows consumption plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewFreeAppServicePlan()
Creates a new Windows free app service plan.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Linux app service plan to use.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxAppServicePlan(PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxConsumptionPlan()
Creates a new Linux consumption plan to use.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxConsumptionPlan(String appServicePlanName)
Creates a new Linux consumption plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
withNewSharedAppServicePlan()
Creates a new Windows shared app service plan.
|
FunctionApp.DefinitionStages.WithCreate withNewConsumptionPlan()
FunctionApp.DefinitionStages.WithCreate withNewConsumptionPlan(String appServicePlanName)
appServicePlanName - the name of the new consumption planFunctionApp.DefinitionStages.WithCreate withNewFreeAppServicePlan()
FunctionApp.DefinitionStages.WithCreate withNewSharedAppServicePlan()
FunctionApp.DefinitionStages.WithCreate withNewAppServicePlan(PricingTier pricingTier)
pricingTier - the sku of the app service planFunctionApp.DefinitionStages.WithCreate withNewAppServicePlan(String appServicePlanName, PricingTier pricingTier)
appServicePlanName - the name of the new app service planpricingTier - 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 creatableFunctionApp.DefinitionStages.WithDockerContainerImage withNewLinuxConsumptionPlan()
FunctionApp.DefinitionStages.WithDockerContainerImage withNewLinuxConsumptionPlan(String appServicePlanName)
appServicePlanName - the name of the new consumption planFunctionApp.DefinitionStages.WithDockerContainerImage withNewLinuxAppServicePlan(PricingTier pricingTier)
pricingTier - the sku of the app service planFunctionApp.DefinitionStages.WithDockerContainerImage withNewLinuxAppServicePlan(String appServicePlanName, PricingTier pricingTier)
appServicePlanName - the name of the new app service planpricingTier - the sku of the app service planFunctionApp.DefinitionStages.WithDockerContainerImage 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.
*/