CustomScaleRule Class

Container App container Custom scaling rule.

Constructor

CustomScaleRule()

Variables

Name Description
type
str

Type of the custom scale rule eg: azure-servicebus, redis etc.

metadata

Metadata properties to describe custom 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 custom scale rule.

metadata: dict[str, str]

type

azure-servicebus, redis etc.

type: str