public static interface AppServicePlan.DefinitionStages.WithCapacity
| Modifier and Type | Method and Description |
|---|---|
AppServicePlan.DefinitionStages.WithCreate |
withCapacity(int capacity)
Specifies the maximum number of instances running for this app service plan.
|
AppServicePlan.DefinitionStages.WithCreate 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.