Class ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
Minimum and maximum number of scale units to deploy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmax()
Get maximum number of scale units deployed for ExpressRoute gateway.min()
Get minimum number of scale units deployed for ExpressRoute gateway.Set maximum number of scale units deployed for ExpressRoute gateway.Set minimum number of scale units deployed for ExpressRoute gateway.
-
Constructor Details
-
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds
public ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds()
-
-
Method Details
-
min
Get minimum number of scale units deployed for ExpressRoute gateway.- Returns:
- the min value
-
withMin
Set minimum number of scale units deployed for ExpressRoute gateway.- Parameters:
min
- the min value to set- Returns:
- the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds object itself.
-
max
Get maximum number of scale units deployed for ExpressRoute gateway.- Returns:
- the max value
-
withMax
Set maximum number of scale units deployed for ExpressRoute gateway.- Parameters:
max
- the max value to set- Returns:
- the ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds object itself.
-