ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds Class

Minimum and maximum number of scale units to deploy.

Constructor

ExpressRouteGatewayPropertiesAutoScaleConfigurationBounds(*args: Any, **kwargs: Any)

Variables

Name Description
min
int

Minimum number of scale units deployed for ExpressRoute gateway.

max
int

Maximum number of scale units deployed for ExpressRoute gateway.

Attributes

max

Maximum number of scale units deployed for ExpressRoute gateway.

max: int | None

min

Minimum number of scale units deployed for ExpressRoute gateway.

min: int | None