AppServicePlan.DefinitionStages.WithPricingTier Interface
public static interface AppServicePlan.DefinitionStages.WithPricingTier
An app service plan definition allowing pricing tier to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withFreePricingTier()
Specifies free pricing tier for the app service plan. |
abstract
With |
withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan. |
abstract
With |
withSharedPricingTier()
Specifies shared pricing tier for the app service plan. |
Method Details
withFreePricingTier
public abstract AppServicePlan.DefinitionStages.WithCreate withFreePricingTier()
Specifies free pricing tier for the app service plan.
Returns:
withPricingTier
public abstract AppServicePlan.DefinitionStages.WithOperatingSystem withPricingTier(PricingTier pricingTier)
Specifies the pricing tier for the app service plan.
Parameters:
Returns:
withSharedPricingTier
public abstract AppServicePlan.DefinitionStages.WithCreate withSharedPricingTier()
Specifies shared pricing tier for the app service plan.
Returns:
Applies to
Azure SDK for Java