public static interface ApplicationGateway.UpdateStages.WithInstanceCount
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.Update |
withAutoScale(int minCapacity,
int maxCapacity)
Specifies the min and max auto scale bound.
|
ApplicationGateway.Update |
withInstanceCount(int instanceCount)
Specifies the capacity (number of instances) for the application gateway.
|
ApplicationGateway.Update withInstanceCount(int instanceCount)
instanceCount - the capacity as a number between 1 and 10 but also based on the limits imposed by the selected applicatiob gateway sizeApplicationGateway.Update withAutoScale(int minCapacity, int maxCapacity)
minCapacity - lower bound on number of Application Gateway capacity.maxCapacity - upper bound on number of Application Gateway capacity./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/