public static interface WebApp.DefinitionStages.WithNewAppServicePlan
| Modifier and Type | Method and Description |
|---|---|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withNewFreeAppServicePlan()
Creates a new free app service plan.
|
WebApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
withNewLinuxPlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withNewSharedAppServicePlan()
Creates a new shared app service plan.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withNewWindowsPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withNewWindowsPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
withNewWindowsPlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack withNewFreeAppServicePlan()
WebApp.DefinitionStages.WithWindowsRuntimeStack withNewSharedAppServicePlan()
WebApp.DefinitionStages.WithWindowsRuntimeStack withNewWindowsPlan(PricingTier pricingTier)
pricingTier - the sku of the app service planWebApp.DefinitionStages.WithWindowsRuntimeStack withNewWindowsPlan(String appServicePlanName, PricingTier pricingTier)
appServicePlanName - the name of the new app service planpricingTier - the sku of the app service planWebApp.DefinitionStages.WithWindowsRuntimeStack withNewWindowsPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatableWebApp.DefinitionStages.WithDockerContainerImage withNewLinuxPlan(PricingTier pricingTier)
pricingTier - the sku of the app service planWebApp.DefinitionStages.WithDockerContainerImage withNewLinuxPlan(String appServicePlanName, PricingTier pricingTier)
appServicePlanName - the name of the new app service planpricingTier - the sku of the app service planWebApp.DefinitionStages.WithDockerContainerImage withNewLinuxPlan(com.microsoft.azure.management.resources.fluentcore.model.Creatable<AppServicePlan> appServicePlanCreatable)
appServicePlanCreatable - the new app service plan creatable/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/