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 instancesCopyright © 2019. All rights reserved.