AppServicePlan Interface
Implements
GroupableResource<AppServiceManager,AppServicePlanInner>
HasName
Refreshable<AppServicePlan>
Updatable<Update>
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
Operating |
operatingSystem() |
abstract boolean | perSiteScaling() |
abstract
Pricing |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java