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