Interface FunctionApp.DefinitionStages.Blank
- All Superinterfaces:
Resource.DefinitionWithRegion<FunctionApp.DefinitionStages.NewAppServicePlanWithGroup>
- All Known Subinterfaces:
FunctionApp.Definition
- Enclosing interface:
- FunctionApp.DefinitionStages
public static interface FunctionApp.DefinitionStages.Blank
extends Resource.DefinitionWithRegion<FunctionApp.DefinitionStages.NewAppServicePlanWithGroup>
The first stage of the function app definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithExistingAppServicePlan
(AppServicePlan appServicePlan) Uses an existing Windows app service plan for the function app.withExistingLinuxAppServicePlan
(AppServicePlan appServicePlan) Uses an existing Linux app service plan for the function app.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion
withRegion, withRegion
-
Method Details
-
withExistingAppServicePlan
FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup withExistingAppServicePlan(AppServicePlan appServicePlan) Uses an existing Windows app service plan for the function app.- Parameters:
appServicePlan
- the existing app service plan- Returns:
- the next stage of the definition
-
withExistingLinuxAppServicePlan
FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup withExistingLinuxAppServicePlan(AppServicePlan appServicePlan) Uses an existing Linux app service plan for the function app.- Parameters:
appServicePlan
- the existing app service plan- Returns:
- the next stage of the definition
-