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

AppServicePlan Interface

public interface AppServicePlan extends GroupableResource<AppServiceManager, AppServicePlanInner>,HasName,Refreshable,Updatable<AppServicePlan.Update>

An immutable client-side representation of an Azure App service plan.

Method Summary

Modifier and Type Method and Description
int capacity()
int maxInstances()
int numberOfWebApps()
OperatingSystem operatingSystem()
boolean perSiteScaling()
PricingTier pricingTier()

Inherited Members

Method Details

capacity

public int capacity()

Returns:

maximum number of instances that can be assigned

maxInstances

public int maxInstances()

Returns:

maximum number of instances that can be assigned

numberOfWebApps

public int numberOfWebApps()

Returns:

number of web apps assigned to this App Service Plan

operatingSystem

public OperatingSystem operatingSystem()

Returns:

the operating system the web app is running on

perSiteScaling

public boolean perSiteScaling()

Returns:

if apps assigned to this App Service Plan can be scaled independently

pricingTier

public PricingTier pricingTier()

Returns:

the pricing tier information of the App Service Plan

Applies to