Package version:

Scaling rule.

interface JobScaleRule {
    auth?: ScaleRuleAuth[];
    identity?: string;
    metadata?: Record<string, unknown>;
    name?: string;
    type?: string;
}

Properties

auth?: ScaleRuleAuth[]

Authentication secrets for the scale rule.

identity?: string

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

metadata?: Record<string, unknown>

Metadata properties to describe the scale rule.

name?: string

Scale Rule Name

type?: string

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