AppTemplateAzureQueueScaleRule

data class AppTemplateAzureQueueScaleRule(val authentications: List<AppTemplateAzureQueueScaleRuleAuthentication>, val name: String, val queueLength: Int, val queueName: String)

Constructors

Link copied to clipboard
constructor(authentications: List<AppTemplateAzureQueueScaleRuleAuthentication>, name: String, queueLength: Int, queueName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more authentication blocks as defined below.

Link copied to clipboard

The name of the Scaling Rule

Link copied to clipboard

The value of the length of the queue to trigger scaling actions.

Link copied to clipboard

The name of the Azure Queue