QueueScaleRule Class
Container App container Azure Queue based scaling rule.
Constructor
QueueScaleRule(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
account_name
|
Storage account name. required if using managed identity to authenticate. |
|
queue_name
|
Queue name. |
|
queue_length
|
Queue length. |
|
auth
|
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
account_name
Storage account name. required if using managed identity to authenticate.
account_name: str | None
auth
Authentication secrets for the queue scale rule.
auth: list['_models.ScaleRuleAuth'] | None
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 | None
queue_length
Queue length.
queue_length: int | None
queue_name
Queue name.
queue_name: str | None