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