AcsRouterJobEventData type
Schéma společných vlastností všech událostí úlohy směrovače
type AcsRouterJobEventData = AcsRouterEventData & {
labels: { [propertyName: string]: string }
queueId: string
tags: { [propertyName: string]: string }
}