Interface AppServicePlan
-
- All Superinterfaces:
GroupableResource<AppServiceManager,AppServicePlanInner>,HasId,HasInnerModel<AppServicePlanInner>,HasManager<AppServiceManager>,HasName,HasResourceGroup,Indexable,Refreshable<AppServicePlan>,Resource,Updatable<AppServicePlan.Update>
public interface AppServicePlan extends GroupableResource<AppServiceManager,AppServicePlanInner>, HasName, Refreshable<AppServicePlan>, Updatable<AppServicePlan.Update>
An immutable client-side representation of an Azure App service plan.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAppServicePlan.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceAppServicePlan.DefinitionStagesGrouping of all the site definition stages.static interfaceAppServicePlan.UpdateThe template for a site update operation, containing all the settings that can be modified.static interfaceAppServicePlan.UpdateStagesGrouping of all the site update stages.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intcapacity()intmaxInstances()intnumberOfWebApps()OperatingSystemoperatingSystem()booleanperSiteScaling()PricingTierpricingTier()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
maxInstances
int maxInstances()
- Returns:
- maximum number of instances that can be assigned
-
capacity
int capacity()
- Returns:
- maximum number of instances that can be assigned
-
perSiteScaling
boolean perSiteScaling()
- Returns:
- if apps assigned to this App Service Plan can be scaled independently
-
numberOfWebApps
int numberOfWebApps()
- Returns:
- number of web apps assigned to this App Service Plan
-
pricingTier
PricingTier pricingTier()
- Returns:
- the pricing tier information of the App Service Plan
-
operatingSystem
OperatingSystem operatingSystem()
- Returns:
- the operating system the web app is running on
-
-