AcsRouterJobWaitingForActivationEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterJobWaitingForActivation event
- Extends
Properties
| expired |
Router Job Waiting For Activation Worker Selector Expired |
| expired |
Router Job Waiting For Activation Requested Worker Selector Expired |
| priority | Router Job Waiting For Activation Priority |
| scheduled |
Router Job Waiting For Activation Scheduled Time in UTC |
| unavailable |
Router Job Waiting For Activation Unavailable For Matching |
Inherited Properties
| channel |
Router Event Channel ID |
| channel |
Router Event Channel Reference |
| job |
Router Event Job ID |
| labels | Router Job events Labels |
| queue |
Router Job events Queue Id |
| tags | Router Jobs events Tags |
Property Details
expiredAttachedWorkerSelectors
Router Job Waiting For Activation Worker Selector Expired
expiredAttachedWorkerSelectors?: AcsRouterWorkerSelector[]
Property Value
expiredRequestedWorkerSelectors
Router Job Waiting For Activation Requested Worker Selector Expired
expiredRequestedWorkerSelectors?: AcsRouterWorkerSelector[]
Property Value
priority
Router Job Waiting For Activation Priority
priority?: number
Property Value
number
scheduledOn
Router Job Waiting For Activation Scheduled Time in UTC
scheduledOn?: string
Property Value
string
unavailableForMatching
Router Job Waiting For Activation Unavailable For Matching
unavailableForMatching: boolean
Property Value
boolean
Inherited Property Details
channelId
Router Event Channel ID
channelId: string
Property Value
string
Inherited From AcsRouterJobEventData.channelId
channelReference
Router Event Channel Reference
channelReference: string
Property Value
string
Inherited From AcsRouterJobEventData.channelReference
jobId
labels
Router Job events Labels
labels: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From AcsRouterJobEventData.labels
queueId
Router Job events Queue Id
queueId?: string
Property Value
string
Inherited From AcsRouterJobEventData.queueId
tags
Router Jobs events Tags
tags: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From AcsRouterJobEventData.tags