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 instances/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/