AcsRouterWorkerOfferIssuedEventData type
Schéma de la propriété Data d’un EventGridEvent pour un événement Microsoft.Communication.RouterWorkerOfferIssued
type AcsRouterWorkerOfferIssuedEventData = AcsRouterWorkerEventData & {
expiresOn: string
jobLabels: { [propertyName: string]: string }
jobPriority: number
jobTags: { [propertyName: string]: string }
offerId: string
offeredOn: string
queueId: string
workerLabels: { [propertyName: string]: string }
workerTags: { [propertyName: string]: string }
}