| Modifier and Type | Field and Description |
|---|---|
static PricingTier |
PricingTier.BASIC_B1
Basic pricing tier with a small size.
|
static PricingTier |
PricingTier.BASIC_B2
Basic pricing tier with a medium size.
|
static PricingTier |
PricingTier.BASIC_B3
Basic pricing tier with a large size.
|
static PricingTier |
PricingTier.FREE_F1
Free pricing tier.
|
static PricingTier |
PricingTier.PREMIUM_P1
Premium pricing tier with a small size.
|
static PricingTier |
PricingTier.PREMIUM_P1V2
V2 Premium pricing tier with a small size.
|
static PricingTier |
PricingTier.PREMIUM_P2
Premium pricing tier with a medium size.
|
static PricingTier |
PricingTier.PREMIUM_P2V2
V2 Premium pricing tier with a medium size.
|
static PricingTier |
PricingTier.PREMIUM_P3
Premium pricing tier with a large size.
|
static PricingTier |
PricingTier.PREMIUM_P3V2
V2 Premium pricing tier with a large size.
|
static PricingTier |
PricingTier.SHARED_D1
Shared pricing tier.
|
static PricingTier |
PricingTier.STANDARD_S1
Standard pricing tier with a small size.
|
static PricingTier |
PricingTier.STANDARD_S2
Standard pricing tier with a medium size.
|
static PricingTier |
PricingTier.STANDARD_S3
Standard pricing tier with a large size.
|
| Modifier and Type | Method and Description |
|---|---|
static PricingTier |
PricingTier.fromSkuDescription(SkuDescription skuDescription)
Parses a serialized value to an AppServicePricingTier instance.
|
PricingTier |
AppServicePlan.pricingTier() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<PricingTier> |
PricingTier.getAll()
Lists the pre-defined app service pricing tiers.
|
| Modifier and Type | Method and Description |
|---|---|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
WebApp.Update |
WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
FunctionApp.DefinitionStages.WithCreate |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Windows app service plan to use.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan(PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
FunctionApp.DefinitionStages.WithDockerContainerImage |
FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
FunctionApp.Update |
FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new Linux app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithDockerContainerImage |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(PricingTier pricingTier)
Creates a new app service plan to use.
|
WebApp.DefinitionStages.WithWindowsRuntimeStack |
WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan(String appServicePlanName,
PricingTier pricingTier)
Creates a new app service plan to use.
|
AppServicePlan.DefinitionStages.WithOperatingSystem |
AppServicePlan.DefinitionStages.WithPricingTier.withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan.
|
AppServicePlan.Update |
AppServicePlan.UpdateStages.WithPricingTier.withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the 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.
*/