public static interface AppServicePlan.DefinitionStages.WithPricingTier
Modifier and Type | Method and Description |
---|---|
AppServicePlan.DefinitionStages.WithCreate |
withFreePricingTier()
Specifies free pricing tier for the app service plan.
|
AppServicePlan.DefinitionStages.WithOperatingSystem |
withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan.
|
AppServicePlan.DefinitionStages.WithCreate |
withSharedPricingTier()
Specifies shared pricing tier for the app service plan.
|
AppServicePlan.DefinitionStages.WithCreate withFreePricingTier()
AppServicePlan.DefinitionStages.WithCreate withSharedPricingTier()
AppServicePlan.DefinitionStages.WithOperatingSystem withPricingTier(PricingTier pricingTier)
pricingTier
- the pricing tier enumCopyright © 2019. All rights reserved.