Queue Scale Rule Response
data class QueueScaleRuleResponse(val auth: List<ScaleRuleAuthResponse>? = null, val queueLength: Int? = null, val queueName: String? = null)
Azure Spring Apps App Instance Azure Queue based scaling rule.
Constructors
Link copied to clipboard
constructor(auth: List<ScaleRuleAuthResponse>? = null, queueLength: Int? = null, queueName: String? = null)