Interface FunctionApp.DefinitionStages.Blank
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<FunctionApp.DefinitionStages.NewAppServicePlanWithGroup>
- All Known Subinterfaces:
FunctionApp.Definition
- Enclosing interface:
- FunctionApp.DefinitionStages
public static interface FunctionApp.DefinitionStages.Blank extends com.microsoft.azure.management.resources.fluentcore.arm.models.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 app service plan for the function app.
-
-
-
Method Detail
-
withExistingAppServicePlan
FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the function app.- Parameters:
appServicePlan- the existing app service plan- Returns:
- the next stage of the definition
-
-