QueueScaleRule Class
Container App container Azure Queue based scaling rule.
Constructor
QueueScaleRule()
Variables
| Name | Description |
|---|---|
|
account_name
|
Storage account name. required if using managed identity to authenticate. |
|
queue_name
|
Queue name. |
|
queue_length
|
Queue length. |
|
auth
|
list[<xref:"ScaleRuleAuth">]
Authentication secrets for the queue 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. |
Attributes
accountName
Storage account name. required if using managed identity to authenticate.
accountName: str
auth
Authentication secrets for the queue scale rule.
auth: list[azure.mgmt.appcontainers.types.ScaleRuleAuth]
identity
The resource ID of a user-assigned managed identity that is assigned to the Container App, or 'system' for system-assigned identity.
identity: str
queueLength
Queue length.
queueLength: int
queueName
Queue name.
queueName: str