CustomScaleRuleArgs

data class CustomScaleRuleArgs(val auth: Output<List<ScaleRuleAuthArgs>>? = null, val metadata: Output<Map<String, String>>? = null, val type: Output<String>? = null) : ConvertibleToJava<CustomScaleRuleArgs>

Azure Spring Apps App Instance Custom scaling rule.

Constructors

Link copied to clipboard
constructor(auth: Output<List<ScaleRuleAuthArgs>>? = null, metadata: Output<Map<String, String>>? = null, type: Output<String>? = null)

Properties

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

Authentication secrets for the custom scale rule.

Link copied to clipboard
val metadata: Output<Map<String, String>>? = null

Metadata properties to describe custom scale rule.

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

Type of the custom scale rule eg: azure-servicebus, redis etc.

Functions

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