public static interface ApplicationGateway.DefinitionStages.WithInstanceCount
| Modifier and Type | Method and Description |
|---|---|
ApplicationGateway.DefinitionStages.WithCreate |
withAutoScale(int minCapacity,
int maxCapacity)
Specifies the min and max auto scale bound.
|
ApplicationGateway.DefinitionStages.WithCreate |
withInstanceCount(int instanceCount)
Specifies the capacity (number of instances) for the application gateway.
|
ApplicationGateway.DefinitionStages.WithCreate withInstanceCount(int instanceCount)
By default, 1 instance is used.
instanceCount - the capacity as a number between 1 and 10 but also based on the limits imposed by
the selected application gateway sizeApplicationGateway.DefinitionStages.WithCreate withAutoScale(int minCapacity, int maxCapacity)
minCapacity - Lower bound on number of Application Gateway capacity.maxCapacity - Upper bound on number of Application Gateway capacity.Copyright © 2021 Microsoft Corporation. All rights reserved.