AppTemplateAzureQueueScaleRuleArgs

data class AppTemplateAzureQueueScaleRuleArgs(val authentications: Output<List<AppTemplateAzureQueueScaleRuleAuthenticationArgs>>, val name: Output<String>, val queueLength: Output<Int>, val queueName: Output<String>) : ConvertibleToJava<AppTemplateAzureQueueScaleRuleArgs>

Constructors

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

Properties

Link copied to clipboard

One or more authentication blocks as defined below.

Link copied to clipboard
val name: Output<String>

The name of the Scaling Rule

Link copied to clipboard
val queueLength: Output<Int>

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

Link copied to clipboard
val queueName: Output<String>

The name of the Azure Queue

Functions

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