| 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 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Windows app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Linux app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new Linux app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/