Interface AppServicePlan.DefinitionStages.WithPricingTier
- All Known Subinterfaces:
AppServicePlan.Definition
- Enclosing interface:
- AppServicePlan.DefinitionStages
public static interface AppServicePlan.DefinitionStages.WithPricingTier
An app service plan definition allowing pricing tier to be set.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies free pricing tier for the app service plan.withPricingTier
(PricingTier pricingTier) Specifies the pricing tier for the app service plan.Specifies shared pricing tier for the app service plan.
-
Method Details
-
withFreePricingTier
AppServicePlan.DefinitionStages.WithCreate withFreePricingTier()Specifies free pricing tier for the app service plan.- Returns:
- the next stage of the definition
-
withPricingTier
Specifies the pricing tier for the app service plan.- Parameters:
pricingTier
- the pricing tier enum- Returns:
- the next stage of the definition
-