AcsRouterJobReceivedEventData interface
Microsoft.Communication.RouterJobReceived 事件之 EventGridEvent 的 Data 屬性架構
- Extends
屬性
classification |
路由器作業分類原則標識碼 |
job |
路由器作業已接收作業狀態 |
priority | 路由器作業優先順序 |
requested |
路由器作業已接收要求的背景工作選取器 |
scheduled |
路由器工作以UTC接收的排程時間 |
unavailable |
無法比對收到的路由器作業 |
繼承的屬性
channel |
路由器事件通道標識碼 |
channel |
路由器事件通道參考 |
job |
路由器事件作業標識碼 |
labels | 路由器作業事件標籤 |
queue |
路由器作業事件佇列標識碼 |
tags | 路由器作業事件標記 |
屬性詳細資料
classificationPolicyId
路由器作業分類原則標識碼
classificationPolicyId?: string
屬性值
string
jobStatus
路由器作業已接收作業狀態
jobStatus?: string
屬性值
string
priority
路由器作業優先順序
priority?: number
屬性值
number
requestedWorkerSelectors
路由器作業已接收要求的背景工作選取器
requestedWorkerSelectors?: AcsRouterWorkerSelector[]
屬性值
scheduledOn
路由器工作以UTC接收的排程時間
scheduledOn?: string
屬性值
string
unavailableForMatching
無法比對收到的路由器作業
unavailableForMatching: boolean
屬性值
boolean
繼承的屬性詳細資料
channelId
channelReference
jobId
labels
路由器作業事件標籤
labels: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
queueId
tags
路由器作業事件標記
tags: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}