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 planCopyright © 2019. All rights reserved.