public static interface WebApp.DefinitionStages.Blank extends Resource.DefinitionWithRegion<WebApp.DefinitionStages.NewAppServicePlanWithGroup>
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup |
withExistingLinuxPlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup |
withExistingWindowsPlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
withRegion, withRegionWebApp.DefinitionStages.ExistingWindowsPlanWithGroup withExistingWindowsPlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service planWebApp.DefinitionStages.ExistingLinuxPlanWithGroup withExistingLinuxPlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service planVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.