ApplicationGatewayAutoscaleConfiguration

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

Constructors

Link copied to clipboard
constructor(maxCapacity: Int? = null, minCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCapacity: Int? = null

Maximum capacity for autoscaling. Accepted values are in the range 2 to 125.

Link copied to clipboard

Minimum capacity for autoscaling. Accepted values are in the range 0 to 100.