public static interface WebApp.DefinitionStages.Blank extends com.microsoft.azure.management.resources.fluentcore.arm.models.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.
|
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup withExistingWindowsPlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service planWebApp.DefinitionStages.ExistingLinuxPlanWithGroup withExistingLinuxPlan(AppServicePlan appServicePlan)
appServicePlan - the existing app service plan/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/