Uses of Class
com.microsoft.azure.management.appservice.PricingTier
-
-
Uses of PricingTier in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as PricingTier Modifier and Type Field Description static PricingTierPricingTier. BASIC_B1Basic pricing tier with a small size.static PricingTierPricingTier. BASIC_B2Basic pricing tier with a medium size.static PricingTierPricingTier. BASIC_B3Basic pricing tier with a large size.static PricingTierPricingTier. FREE_F1Free pricing tier.static PricingTierPricingTier. PREMIUM_P1Premium pricing tier with a small size.static PricingTierPricingTier. PREMIUM_P1V2V2 Premium pricing tier with a small size.static PricingTierPricingTier. PREMIUM_P2Premium pricing tier with a medium size.static PricingTierPricingTier. PREMIUM_P2V2V2 Premium pricing tier with a medium size.static PricingTierPricingTier. PREMIUM_P3Premium pricing tier with a large size.static PricingTierPricingTier. PREMIUM_P3V2V2 Premium pricing tier with a large size.static PricingTierPricingTier. SHARED_D1Shared pricing tier.static PricingTierPricingTier. STANDARD_S1Standard pricing tier with a small size.static PricingTierPricingTier. STANDARD_S2Standard pricing tier with a medium size.static PricingTierPricingTier. STANDARD_S3Standard pricing tier with a large size.Methods in com.microsoft.azure.management.appservice that return PricingTier Modifier and Type Method Description static PricingTierPricingTier. fromSkuDescription(SkuDescription skuDescription)Parses a serialized value to an AppServicePricingTier instance.PricingTierAppServicePlan. pricingTier()Methods in com.microsoft.azure.management.appservice with parameters of type PricingTier Modifier and Type Method Description FunctionApp.DefinitionStages.WithCreateFunctionApp.DefinitionStages.WithNewAppServicePlan. withNewAppServicePlan(PricingTier pricingTier)Creates a new app service plan to use.FunctionApp.UpdateFunctionApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(PricingTier pricingTier)Creates a new app service plan to use.WebApp.UpdateWebApp.UpdateStages.WithAppServicePlan. withNewAppServicePlan(PricingTier pricingTier)Creates a new app service plan to use.WebApp.DefinitionStages.WithDockerContainerImageWebApp.DefinitionStages.WithNewAppServicePlan. withNewLinuxPlan(PricingTier pricingTier)Creates a new app service plan to use.WebApp.DefinitionStages.WithCreateWebApp.DefinitionStages.WithNewAppServicePlan. withNewWindowsPlan(PricingTier pricingTier)Creates a new app service plan to use.AppServicePlan.DefinitionStages.WithOperatingSystemAppServicePlan.DefinitionStages.WithPricingTier. withPricingTier(PricingTier pricingTier)Specifies the pricing tier for the app service plan.AppServicePlan.UpdateAppServicePlan.UpdateStages.WithPricingTier. withPricingTier(PricingTier pricingTier)Specifies the pricing tier for the app service plan.
-