AcsRouterWorkerRegisteredEventData interface
Microsoft.Communication.RouterWorkerRegistered 事件之 EventGridEvent 的 Data 属性架構
屬性
| channel |
路由器背景工作角色已註冊的通道設定 |
| labels | 路由器背景工作角色已註冊的標籤 |
| queue |
路由器背景工作角色已註冊佇列資訊 |
| tags | 路由器背景工作角色已註冊標記 |
| total |
路由器背景工作角色註冊容量總計 |
| worker |
路由器背景工作角色已註冊的背景工作標識碼 |
屬性詳細資料
channelConfigurations
路由器背景工作角色已註冊的通道設定
channelConfigurations: AcsRouterChannelConfiguration[]
屬性值
labels
路由器背景工作角色已註冊的標籤
labels: Record<string, string>
屬性值
Record<string, string>
queueAssignments
tags
路由器背景工作角色已註冊標記
tags: Record<string, string>
屬性值
Record<string, string>
totalCapacity
路由器背景工作角色註冊容量總計
totalCapacity?: number
屬性值
number
workerId
路由器背景工作角色已註冊的背景工作標識碼
workerId?: string
屬性值
string