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()
Gets maximum number of instances that can be assigned. |
abstract int |
maxInstances()
Gets maximum number of instances that can be assigned. |
abstract int |
numberOfWebApps()
Gets number of web apps assigned to this App Service Plan. |
abstract
Operating |
operatingSystem()
Gets the operating system the web app is running on. |
abstract boolean |
perSiteScaling()
Check whether apps assigned to this App Service Plan can be scaled independently. |
abstract
Pricing |
pricingTier()
Gets the pricing tier information of the App Service Plan |
Method Details
capacity
public abstract int capacity()
Gets maximum number of instances that can be assigned.
Returns:
maxInstances
public abstract int maxInstances()
Gets maximum number of instances that can be assigned.
Returns:
numberOfWebApps
public abstract int numberOfWebApps()
Gets number of web apps assigned to this App Service Plan.
Returns:
operatingSystem
public abstract OperatingSystem operatingSystem()
Gets the operating system the web app is running on.
Returns:
perSiteScaling
public abstract boolean perSiteScaling()
Check whether apps assigned to this App Service Plan can be scaled independently.
Returns:
pricingTier
public abstract PricingTier pricingTier()
Gets the pricing tier information of the App Service Plan
Returns:
Applies to
Azure SDK for Java