你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AcsRouterJobDeletedEventData 类

定义

Microsoft.Communication.RouterJobDeleted 事件的 EventGridEvent 的 Data 属性的架构。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobDeletedEventData+AcsRouterJobDeletedEventDataConverter))]
public class AcsRouterJobDeletedEventData : Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRouterJobDeletedEventData+AcsRouterJobDeletedEventDataConverter))>]
type AcsRouterJobDeletedEventData = class
    inherit AcsRouterJobEventData
Public Class AcsRouterJobDeletedEventData
Inherits AcsRouterJobEventData
继承
AcsRouterJobDeletedEventData
属性

属性

ChannelId

路由器事件通道 ID。

(继承自 AcsRouterEventData)
ChannelReference

路由器事件通道参考。

(继承自 AcsRouterEventData)
JobId

路由器事件作业 ID。

(继承自 AcsRouterEventData)
Labels

路由器作业事件标签。

(继承自 AcsRouterJobEventData)
QueueId

路由器作业事件队列 ID。

(继承自 AcsRouterJobEventData)
Tags

路由器作业事件标记。

(继承自 AcsRouterJobEventData)

适用于