ApplicationGatewayAutoscaleConfigurationArgs

data class ApplicationGatewayAutoscaleConfigurationArgs(val maxCapacity: Output<Int>? = null, val minCapacity: Output<Int>) : ConvertibleToJava<ApplicationGatewayAutoscaleConfigurationArgs>

Constructors

constructor(maxCapacity: Output<Int>? = null, minCapacity: Output<Int>)

Properties

Link copied to clipboard
val maxCapacity: Output<Int>? = null

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

Link copied to clipboard
val minCapacity: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayAutoscaleConfigurationArgs