다음을 통해 공유


AcsRouterJobReceivedEventData interface

Microsoft.Communication.RouterJobReceived 이벤트에 대한 EventGridEvent의 Data 속성 스키마

Extends

속성

classificationPolicyId

라우터 작업 분류 정책 ID

jobStatus

라우터 작업 수신 작업 상태

priority

라우터 작업 우선 순위

requestedWorkerSelectors

라우터 작업이 요청된 작업자 선택기를 받았습니다.

scheduledOn

라우터 작업 수신 예약된 시간(UTC)

unavailableForMatching

수신된 라우터 작업에 대한 일치를 사용할 수 없음

상속된 속성

channelId

라우터 이벤트 채널 ID

channelReference

라우터 이벤트 채널 참조

jobId

라우터 이벤트 작업 ID

labels

라우터 작업 이벤트 레이블

queueId

라우터 작업 이벤트 큐 ID

tags

라우터 작업 이벤트 태그

속성 세부 정보

classificationPolicyId

라우터 작업 분류 정책 ID

classificationPolicyId?: string

속성 값

string

jobStatus

라우터 작업 수신 작업 상태

jobStatus?: string

속성 값

string

priority

라우터 작업 우선 순위

priority?: number

속성 값

number

requestedWorkerSelectors

라우터 작업이 요청된 작업자 선택기를 받았습니다.

requestedWorkerSelectors?: AcsRouterWorkerSelector[]

속성 값

scheduledOn

라우터 작업 수신 예약된 시간(UTC)

scheduledOn?: string

속성 값

string

unavailableForMatching

수신된 라우터 작업에 대한 일치를 사용할 수 없음

unavailableForMatching: boolean

속성 값

boolean

상속된 속성 세부 정보

channelId

라우터 이벤트 채널 ID

channelId: string

속성 값

string

AcsRouterJobEventData.channelId 상속된

channelReference

라우터 이벤트 채널 참조

channelReference: string

속성 값

string

AcsRouterJobEventData.channelReference 상속된

jobId

라우터 이벤트 작업 ID

jobId: string

속성 값

string

AcsRouterJobEventData.jobId 상속된

labels

라우터 작업 이벤트 레이블

labels: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

AcsRouterJobEventData.labels 상속된

queueId

라우터 작업 이벤트 큐 ID

queueId?: string

속성 값

string

AcsRouterJobEventData.queueId 상속된

tags

라우터 작업 이벤트 태그

tags: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

AcsRouterJobEventData.tags 상속된