Uses of Class
com.microsoft.azure.management.appservice.PricingTier
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PricingTier in com.microsoft.azure.management.appservice
Modifier and TypeFieldDescriptionstatic final PricingTier
PricingTier.BASIC_B1
Basic pricing tier with a small size.static final PricingTier
PricingTier.BASIC_B2
Basic pricing tier with a medium size.static final PricingTier
PricingTier.BASIC_B3
Basic pricing tier with a large size.static final PricingTier
PricingTier.FREE_F1
Free pricing tier.static final PricingTier
PricingTier.PREMIUM_P1
Premium pricing tier with a small size.static final PricingTier
PricingTier.PREMIUM_P1V2
V2 Premium pricing tier with a small size.static final PricingTier
PricingTier.PREMIUM_P2
Premium pricing tier with a medium size.static final PricingTier
PricingTier.PREMIUM_P2V2
V2 Premium pricing tier with a medium size.static final PricingTier
PricingTier.PREMIUM_P3
Premium pricing tier with a large size.static final PricingTier
PricingTier.PREMIUM_P3V2
V2 Premium pricing tier with a large size.static final PricingTier
PricingTier.SHARED_D1
Shared pricing tier.static final PricingTier
PricingTier.STANDARD_S1
Standard pricing tier with a small size.static final PricingTier
PricingTier.STANDARD_S2
Standard pricing tier with a medium size.static final PricingTier
PricingTier.STANDARD_S3
Standard pricing tier with a large size.Modifier and TypeMethodDescriptionstatic PricingTier
PricingTier.fromSkuDescription
(SkuDescription skuDescription) Parses a serialized value to an AppServicePricingTier instance.AppServicePlan.pricingTier()
Modifier and TypeMethodDescriptionstatic Collection<PricingTier>
PricingTier.getAll()
Lists the pre-defined app service pricing tiers.Modifier and TypeMethodDescriptionFunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan
(PricingTier pricingTier) Creates a new Windows app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new Windows app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(PricingTier pricingTier) Creates a new Windows app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new Windows app service plan to use.WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(PricingTier pricingTier) Creates a new app service plan to use.WebApp.UpdateStages.WithAppServicePlan.withNewAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan
(PricingTier pricingTier) Creates a new Linux app service plan to use.FunctionApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new Linux app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan
(PricingTier pricingTier) Creates a new Linux app service plan to use.FunctionApp.UpdateStages.WithAppServicePlan.withNewLinuxAppServicePlan
(String appServicePlanName, PricingTier pricingTier) Creates a new Linux app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan
(PricingTier pricingTier) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewLinuxPlan
(String appServicePlanName, PricingTier pricingTier) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan
(PricingTier pricingTier) Creates a new app service plan to use.WebApp.DefinitionStages.WithNewAppServicePlan.withNewWindowsPlan
(String appServicePlanName, PricingTier pricingTier) Creates a new app service plan to use.AppServicePlan.DefinitionStages.WithPricingTier.withPricingTier
(PricingTier pricingTier) Specifies the pricing tier for the app service plan.AppServicePlan.UpdateStages.WithPricingTier.withPricingTier
(PricingTier pricingTier) Specifies the pricing tier for the app service plan.