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

AcsSmsDeliveryReportReceivedEventData 类

定义

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

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

属性

DeliveryAttempts

尝试传递的详细信息列表。

DeliveryStatus

传递状态。

DeliveryStatusDetails

有关传递状态的详细信息。

From

短信发送方的标识。

(继承自 AcsSmsEventBaseProperties)
MessageId

短信的标识。

(继承自 AcsSmsEventBaseProperties)
ReceivedTimestamp

收到短信传递报告的时间。

Tag

客户内容。

To

短信接收者的标识。

(继承自 AcsSmsEventBaseProperties)

适用于