TcpScaleRule Class
Container App container Tcp scaling rule.
Constructor
TcpScaleRule()
Variables
| Name | Description |
|---|---|
|
metadata
|
Metadata properties to describe tcp scale rule. |
|
auth
|
list[<xref:"ScaleRuleAuth">]
Authentication secrets for the tcp 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 tcp 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
metadata
Metadata properties to describe tcp scale rule.
metadata: dict[str, str]