ScaleRule interface

Container App container scaling rule.

Properties

azureQueue

Azure Queue based scaling.

custom

Custom scale rule.

http

HTTP requests based scaling.

name

Scale Rule Name

tcp

Tcp requests based scaling.

Property Details

azureQueue

Azure Queue based scaling.

azureQueue?: QueueScaleRule

Property Value

custom

Custom scale rule.

custom?: CustomScaleRule

Property Value

http

HTTP requests based scaling.

http?: HttpScaleRule

Property Value

name

Scale Rule Name

name?: string

Property Value

string

tcp

Tcp requests based scaling.

tcp?: TcpScaleRule

Property Value