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