Interface AppServicePlan

All Superinterfaces:
GroupableResource<AppServiceManager,AppServicePlanInner>, HasId, HasInnerModel<AppServicePlanInner>, HasManager<AppServiceManager>, HasName, HasResourceGroup, Indexable, Refreshable<AppServicePlan>, Resource, Updatable<AppServicePlan.Update>

An immutable client-side representation of an Azure App service plan.
  • Method Details

    • 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