JobScaleRule interface

Scaling rule.

Properties

auth

Authentication secrets for the scale rule.

metadata

Metadata properties to describe the scale rule.

name

Scale Rule Name

type

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

Property Details

auth

Authentication secrets for the scale rule.

auth?: ScaleRuleAuth[]

Property Value

metadata

Metadata properties to describe the scale rule.

metadata?: Record<string, unknown>

Property Value

Record<string, unknown>

name

Scale Rule Name

name?: string

Property Value

string

type

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

type?: string

Property Value

string