次の方法で共有


AcsRouterWorkerOfferAcceptedEventData type

Microsoft.Communication.RouterWorkerOfferAccepted イベントの EventGridEvent の Data プロパティのスキーマ

type AcsRouterWorkerOfferAcceptedEventData = AcsRouterWorkerEventData & {
  assignmentId: string
  jobLabels: { [propertyName: string]: string }
  jobPriority: number
  jobTags: { [propertyName: string]: string }
  offerId: string
  queueId: string
  workerLabels: { [propertyName: string]: string }
  workerTags: { [propertyName: string]: string }
}