TcpScaleRuleArgs

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

Azure Spring Apps App Instance Tcp scaling rule.

Constructors

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

Properties

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

Authentication secrets for the tcp scale rule.

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

Metadata properties to describe tcp scale rule.

Functions

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