public static interface FunctionApp.DefinitionStages.Blank extends com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<FunctionApp.DefinitionStages.NewAppServicePlanWithGroup>
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup |
withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Windows app service plan for the function app.
|
FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup |
withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Linux app service plan for the function app.
|
FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup withExistingAppServicePlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service planFunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service plan/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/