你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
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.

Method Details

withFreePricingTier

public WithCreate withFreePricingTier()

Specifies free pricing tier for the app service plan.

Returns:

the next stage of the definition

withPricingTier

public 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

withSharedPricingTier

public WithCreate withSharedPricingTier()

Specifies shared pricing tier for the app service plan.

Returns:

the next stage of the definition

Applies to