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

SMS メッセージ送信者の ID。

(継承元 AcsSmsEventBaseProperties)
MessageId

SMS メッセージの ID。

(継承元 AcsSmsEventBaseProperties)
ReceivedTimestamp

SMS 配信レポートを受信した時刻。

Tag

顧客コンテンツ。

To

SMS メッセージ レシーバーの ID。

(継承元 AcsSmsEventBaseProperties)

適用対象