HttpScaleRule Class

Container App container Http scaling rule.

Constructor

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

Variables

Name Description
metadata

Metadata properties to describe http scale rule.

auth

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

metadata: dict[str, str] | None