Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the web app.
|
FunctionApp.DefinitionStages.ExistingAppServicePlanWithGroup |
FunctionApp.DefinitionStages.Blank.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing app service plan for the function app.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withExistingAppServicePlan(AppServicePlan appServicePlan)
Uses an existing 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.
|
Modifier and Type | Method and Description |
---|---|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithCreate |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
Copyright © 2019. All rights reserved.