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.
Modifier and Type | Method and Description |
---|---|
int | capacity() |
int |
max |
int |
number |
Operating |
operating |
boolean |
per |
Pricing |
pricing |
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()
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Comentários do Azure SDK for Java
O Azure SDK for Java é um projeto código aberto. Selecione um link para fornecer comentários: