TcpScaleRule Class

Container App container Tcp scaling rule.

Constructor

TcpScaleRule(*args: Any, **kwargs: Any)

Variables

Name Description
metadata

Metadata properties to describe tcp scale rule.

auth

Authentication secrets for the tcp scale rule.

identity
str

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['_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 tcp scale rule.

metadata: dict[str, str] | None