ScaleRule Class
Container App container scaling rule.
Constructor
ScaleRule()
Variables
| Name | Description |
|---|---|
|
name
|
Scale Rule Name. |
|
azure_queue
|
<xref:<xref:"QueueScaleRule">>
Azure Queue based scaling. |
|
custom
|
<xref:<xref:"CustomScaleRule">>
Custom scale rule. |
|
http
|
<xref:<xref:"HttpScaleRule">>
HTTP requests based scaling. |
|
tcp
|
<xref:<xref:"TcpScaleRule">>
Tcp requests based scaling. |
Attributes
azureQueue
Azure Queue based scaling.
azureQueue: QueueScaleRule
custom
Custom scale rule.
custom: CustomScaleRule
http
HTTP requests based scaling.
http: HttpScaleRule
name
Scale Rule Name.
name: str
tcp
Tcp requests based scaling.
tcp: TcpScaleRule