public static interface FunctionApp.DefinitionStages.Blank extends 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.
|
withRegion, withRegionFunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup withExistingAppServicePlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service planFunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service planCopyright © 2021 Microsoft Corporation. All rights reserved.