QueueScaleRuleResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication secrets for the queue scale rule.

Link copied to clipboard
val queueLength: Int? = null

Queue length.

Link copied to clipboard
val queueName: String? = null

Queue name.