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