Scale Rule Args
data class ScaleRuleArgs(val azureQueue: Output<QueueScaleRuleArgs>? = null, val custom: Output<CustomScaleRuleArgs>? = null, val http: Output<HttpScaleRuleArgs>? = null, val name: Output<String>? = null, val tcp: Output<TcpScaleRuleArgs>? = null) : ConvertibleToJava<ScaleRuleArgs>
Azure Spring Apps App Instance scaling rule.
Constructors
Link copied to clipboard
constructor(azureQueue: Output<QueueScaleRuleArgs>? = null, custom: Output<CustomScaleRuleArgs>? = null, http: Output<HttpScaleRuleArgs>? = null, name: Output<String>? = null, tcp: Output<TcpScaleRuleArgs>? = null)