ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Class

Minimum and maximum number of scale units to deploy.

Inheritance
ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds

Constructor

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds(*, min: typing.Union[int, NoneType] = None, max: typing.Union[int, NoneType] = None, **kwargs)

Parameters

min
int

Minimum number of scale units deployed for ExpressRoute gateway.

max
int

Maximum number of scale units deployed for ExpressRoute gateway.