Uses of Class
com.microsoft.azure.management.appservice.PricingTier
Packages that use PricingTier
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PricingTier in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as PricingTierModifier and TypeFieldDescriptionstatic final PricingTierPricingTier.BASIC_B1Basic pricing tier with a small size.static final PricingTierPricingTier.BASIC_B2Basic pricing tier with a medium size.static final PricingTierPricingTier.BASIC_B3Basic pricing tier with a large size.static final PricingTierPricingTier.FREE_F1Free pricing tier.static final PricingTierPricingTier.PREMIUM_P1Premium pricing tier with a small size.static final PricingTierPricingTier.PREMIUM_P1V2V2 Premium pricing tier with a small size.static final PricingTierPricingTier.PREMIUM_P2Premium pricing tier with a medium size.static final PricingTierPricingTier.PREMIUM_P2V2V2 Premium pricing tier with a medium size.static final PricingTierPricingTier.PREMIUM_P3Premium pricing tier with a large size.static final PricingTierPricingTier.PREMIUM_P3V2V2 Premium pricing tier with a large size.static final PricingTierPricingTier.SHARED_D1Shared pricing tier.static final PricingTierPricingTier.STANDARD_S1Standard pricing tier with a small size.static final PricingTierPricingTier.STANDARD_S2Standard pricing tier with a medium size.static final PricingTierPricingTier.STANDARD_S3Standard pricing tier with a large size.Methods in com.microsoft.azure.management.appservice that return PricingTierModifier and TypeMethodDescriptionstatic PricingTierPricingTier.fromSkuDescription(SkuDescription skuDescription) Parses a serialized value to an AppServicePricingTier instance.AppServicePlan.pricingTier()Methods in com.microsoft.azure.management.appservice that return types with arguments of type PricingTierModifier and TypeMethodDescriptionstatic Collection<PricingTier>PricingTier.getAll()Lists the pre-defined app service pricing tiers.Methods in com.microsoft.azure.management.appservice with parameters of type PricingTierModifier 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.