GetApplicationGatewayAutoscaleConfiguration

data class GetApplicationGatewayAutoscaleConfiguration(val maxCapacity: Int, val minCapacity: Int)

Constructors

constructor(maxCapacity: Int, minCapacity: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum capacity for autoscaling.

Link copied to clipboard

Minimum capacity for autoscaling.