Share via


JobScaleRule interface

Scaling rule.

Properties

auth

Authentication secrets for the scale rule.

identity

The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.

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

identity

The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.

identity?: string

Property Value

string

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