ApplicationGatewayAutoscaleConfigurationResponse

data class ApplicationGatewayAutoscaleConfigurationResponse(val maxCapacity: Int? = null, val minCapacity: Int)

Application Gateway autoscale configuration.

Constructors

constructor(maxCapacity: Int? = null, minCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCapacity: Int? = null

Upper bound on number of Application Gateway capacity.

Link copied to clipboard

Lower bound on number of Application Gateway capacity.