JobScaleRule Class

Scaling rule.

Constructor

JobScaleRule()

Variables

Name Description
name
str

Scale Rule Name.

type
str

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

metadata
Any

Metadata properties to describe the scale rule.

auth
list[<xref:"ScaleRuleAuth">]

Authentication secrets for the scale rule.

identity
str

The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity.

Attributes

auth

Authentication secrets for the scale rule.

auth: list[azure.mgmt.appcontainers.types.ScaleRuleAuth]

identity

The resource ID of a user-assigned managed identity that is assigned to the job, or 'system' for system-assigned identity.

identity: str

metadata

Metadata properties to describe the scale rule.

metadata: Any

name

Scale Rule Name.

name: str

type

azure-servicebus, redis etc.

type: str