public static interface FunctionApp.DefinitionStages.WithNewAppServicePlan
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(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(Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatableCopyright © 2021 Microsoft Corporation. All rights reserved.