TcpScaleRuleResponse

data class TcpScaleRuleResponse(val auth: List<ScaleRuleAuthResponse>? = null, val metadata: Map<String, String>? = null)

Azure Spring Apps App Instance Tcp scaling rule.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication secrets for the tcp scale rule.

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

Metadata properties to describe tcp scale rule.