App Template Azure Queue Scale Rule Args
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>)