Class ApplicationGatewayAutoscaleConfiguration
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayAutoscaleConfiguration
Application Gateway autoscale configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet upper bound on number of Application Gateway capacity.int
Get lower bound on number of Application Gateway capacity.withMaxCapacity
(Integer maxCapacity) Set upper bound on number of Application Gateway capacity.withMinCapacity
(int minCapacity) Set lower bound on number of Application Gateway capacity.
-
Constructor Details
-
ApplicationGatewayAutoscaleConfiguration
public ApplicationGatewayAutoscaleConfiguration()
-
-
Method Details
-
minCapacity
public int minCapacity()Get lower bound on number of Application Gateway capacity.- Returns:
- the minCapacity value
-
withMinCapacity
Set lower bound on number of Application Gateway capacity.- Parameters:
minCapacity
- the minCapacity value to set- Returns:
- the ApplicationGatewayAutoscaleConfiguration object itself.
-
maxCapacity
Get upper bound on number of Application Gateway capacity.- Returns:
- the maxCapacity value
-
withMaxCapacity
Set upper bound on number of Application Gateway capacity.- Parameters:
maxCapacity
- the maxCapacity value to set- Returns:
- the ApplicationGatewayAutoscaleConfiguration object itself.
-