AppServicePlan Interface

Implements

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

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

Method Summary

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

Method Details

capacity

public abstract int capacity()

Returns:

maximum number of instances that can be assigned

maxInstances

public abstract int maxInstances()

Returns:

maximum number of instances that can be assigned

numberOfWebApps

public abstract int numberOfWebApps()

Returns:

number of web apps assigned to this App Service Plan

operatingSystem

public abstract OperatingSystem operatingSystem()

Returns:

the operating system the web app is running on

perSiteScaling

public abstract boolean perSiteScaling()

Returns:

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

pricingTier

public abstract PricingTier pricingTier()

Returns:

the pricing tier information of the App Service Plan

Applies to