CustomScaleRuleResponse

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

Azure Spring Apps App Instance Custom scaling rule.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authentication secrets for the custom scale rule.

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

Metadata properties to describe custom scale rule.

Link copied to clipboard
val type: String? = null

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