Package version:

Interface CustomScaleRule

Container App container Custom scaling rule.

Hierarchy

  • CustomScaleRule

Properties

Properties

auth?: ScaleRuleAuth[]

Authentication secrets for the custom scale rule.

metadata?: {
    [propertyName: string]: string;
}

Metadata properties to describe custom scale rule.

Type declaration

  • [propertyName: string]: string
type?: string

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

Generated using TypeDoc