QueueScaleRuleArgs

data class QueueScaleRuleArgs(val auth: Output<List<ScaleRuleAuthArgs>>? = null, val queueLength: Output<Int>? = null, val queueName: Output<String>? = null) : ConvertibleToJava<QueueScaleRuleArgs>

Azure Spring Apps App Instance Azure Queue based scaling rule.

Constructors

Link copied to clipboard
constructor(auth: Output<List<ScaleRuleAuthArgs>>? = null, queueLength: Output<Int>? = null, queueName: Output<String>? = null)

Properties

Link copied to clipboard
val auth: Output<List<ScaleRuleAuthArgs>>? = null

Authentication secrets for the queue scale rule.

Link copied to clipboard
val queueLength: Output<Int>? = null

Queue length.

Link copied to clipboard
val queueName: Output<String>? = null

Queue name.

Functions

Link copied to clipboard
open override fun toJava(): QueueScaleRuleArgs