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() |
Operating |
operatingSystem() |
boolean | perSiteScaling() |
Pricing |
pricingTier() |
Inherited Members
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasManager<ManagerT>.manager()
HasName.name()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
HasResourceGroup.resourceGroupName()
Resource.tags()
Resource.type()
Updatable<T>.update()
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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java