Ler em inglês

Partilhar via


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

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

Azure SDK for Java

Latest