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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroupwithExistingAppServicePlan(AppServicePlan appServicePlan)Uses an existing Windows app service plan for the function app.FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroupwithExistingLinuxAppServicePlan(AppServicePlan appServicePlan)Uses an existing Linux app service plan for the function app.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithRegion
withRegion, withRegion
-
-
-
-
Method Detail
-
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
-
-