Interface AppServicePlan.DefinitionStages.WithPricingTier
-
- All Known Subinterfaces:
AppServicePlan.Definition
- Enclosing interface:
- AppServicePlan.DefinitionStages
public static interface AppServicePlan.DefinitionStages.WithPricingTierAn app service plan definition allowing pricing tier to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServicePlan.DefinitionStages.WithCreatewithFreePricingTier()Specifies free pricing tier for the app service plan.AppServicePlan.DefinitionStages.WithOperatingSystemwithPricingTier(PricingTier pricingTier)Specifies the pricing tier for the app service plan.AppServicePlan.DefinitionStages.WithCreatewithSharedPricingTier()Specifies shared pricing tier for the app service plan.
-
-
-
Method Detail
-
withFreePricingTier
AppServicePlan.DefinitionStages.WithCreate withFreePricingTier()
Specifies free pricing tier for the app service plan.- Returns:
- the next stage of the definition
-
withSharedPricingTier
AppServicePlan.DefinitionStages.WithCreate withSharedPricingTier()
Specifies shared pricing tier for the app service plan.- Returns:
- the next stage of the definition
-
withPricingTier
AppServicePlan.DefinitionStages.WithOperatingSystem withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan.- Parameters:
pricingTier- the pricing tier enum- Returns:
- the next stage of the definition
-
-