Class ExpressRouteGatewayPropertiesAutoScaleConfiguration
java.lang.Object
com.microsoft.azure.management.network.ExpressRouteGatewayPropertiesAutoScaleConfiguration
Configuration for auto scaling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbounds()
Get minimum and maximum number of scale units to deploy.Set minimum and maximum number of scale units to deploy.
-
Constructor Details
-
ExpressRouteGatewayPropertiesAutoScaleConfiguration
public ExpressRouteGatewayPropertiesAutoScaleConfiguration()
-
-
Method Details
-
bounds
Get minimum and maximum number of scale units to deploy.- Returns:
- the bounds value
-
withBounds
public ExpressRouteGatewayPropertiesAutoScaleConfiguration withBounds(ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds bounds) Set minimum and maximum number of scale units to deploy.- Parameters:
bounds
- the bounds value to set- Returns:
- the ExpressRouteGatewayPropertiesAutoScaleConfiguration object itself.
-