ExpressRouteGatewayPropertiesResponseBounds

data class ExpressRouteGatewayPropertiesResponseBounds(val max: Int? = null, val min: Int? = null)

Minimum and maximum number of scale units to deploy.

Constructors

constructor(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null

Maximum number of scale units deployed for ExpressRoute gateway.

Link copied to clipboard
val min: Int? = null

Minimum number of scale units deployed for ExpressRoute gateway.