ScaleResponse

data class ScaleResponse(val maxReplicas: Int? = null, val minReplicas: Int? = null, val rules: List<ScaleRuleResponse>? = null)

Azure Spring Apps scaling configurations.

Constructors

Link copied to clipboard
constructor(maxReplicas: Int? = null, minReplicas: Int? = null, rules: List<ScaleRuleResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxReplicas: Int? = null

Optional. Maximum number of container replicas. Defaults to 10 if not set.

Link copied to clipboard
val minReplicas: Int? = null

Optional. Minimum number of container replicas.

Link copied to clipboard

Scaling rules.