CustomScaleRule Class
Container App container Custom scaling rule.
Constructor
CustomScaleRule(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
type
|
Type of the custom scale rule eg: azure-servicebus, redis etc. |
|
metadata
|
Metadata properties to describe custom scale rule. |
|
auth
|
Authentication secrets for the custom 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
auth
Authentication secrets for the custom 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
metadata
Metadata properties to describe custom scale rule.
metadata: dict[str, str] | None
type
azure-servicebus, redis etc.
type: str | None