| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup |
FunctionApp.DefinitionStages.Blank.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Windows app service plan for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Windows app service plan for the function app.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
FunctionApp.DefinitionStages.ExistingLinuxPlanWithGroup |
FunctionApp.DefinitionStages.Blank.withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Linux app service plan for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withExistingLinuxAppServicePlan(AppServicePlan appServicePlan)
Uses an existing Linux app service plan for the function app.
|
WebApp.DefinitionStages.ExistingLinuxPlanWithGroup |
WebApp.DefinitionStages.Blank.withExistingLinuxPlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
WebApp.DefinitionStages.ExistingWindowsPlanWithGroup |
WebApp.DefinitionStages.Blank.withExistingWindowsPlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.