Interface ApplicationGateway.UpdateStages.WithInstanceCount
- All Known Subinterfaces:
ApplicationGateway.Update
- Enclosing interface:
- ApplicationGateway.UpdateStages
public static interface ApplicationGateway.UpdateStages.WithInstanceCount
The stage of an application gateway update allowing to specify the capacity (number of instances) of the
application gateway.
-
Method Summary
Modifier and TypeMethodDescriptionwithAutoScale(int minCapacity, int maxCapacity) Specifies the min and max auto scale bound.withInstanceCount(int instanceCount) Specifies the capacity (number of instances) for the application gateway.
-
Method Details
-
withInstanceCount
Specifies the capacity (number of instances) for the application gateway.- Parameters:
instanceCount- the capacity as a number between 1 and 10 but also based on the limits imposed by the selected applicatiob gateway size- Returns:
- the next stage of the update
-
withAutoScale
Specifies the min and max auto scale bound.- Parameters:
minCapacity- lower bound on number of Application Gateway capacity.maxCapacity- upper bound on number of Application Gateway capacity.- Returns:
- the next stage of the update
-