public static interface AppServicePlan.UpdateStages.WithCapacity
| Modifier and Type | Method and Description |
|---|---|
AppServicePlan.Update |
withCapacity(int capacity)
Specifies the maximum number of instances running for this app service plan.
|
AppServicePlan.Update withCapacity(int capacity)
capacity - the maximum number of instancesVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.