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