Interface AppServicePlan.UpdateStages.WithCapacity

All Known Subinterfaces:
AppServicePlan.Update
Enclosing interface:
AppServicePlan.UpdateStages

public static interface AppServicePlan.UpdateStages.WithCapacity
An app service plan definition allowing instance capacity to be set.
  • Method Summary

    Modifier and Type
    Method
    Description
    withCapacity(int capacity)
    Specifies the maximum number of instances running for this app service plan.
  • Method Details

    • withCapacity

      AppServicePlan.Update withCapacity(int capacity)
      Specifies the maximum number of instances running for this app service plan.
      Parameters:
      capacity - the maximum number of instances
      Returns:
      the next stage of an app service plan update