HttpScaleRule Class

Container App container Http scaling rule.

Constructor

HttpScaleRule()

Variables

Name Description
metadata

Metadata properties to describe http scale rule.

auth
list[<xref:"ScaleRuleAuth">]

Authentication secrets for the custom 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 custom 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 http scale rule.

metadata: dict[str, str]