Share via


EventGridModelFactory.AcsSmsDeliveryReportReceivedEventData メソッド

定義

AcsSmsDeliveryReportReceivedEventData の新しいインスタンスを初期化します。

public static Azure.Messaging.EventGrid.SystemEvents.AcsSmsDeliveryReportReceivedEventData AcsSmsDeliveryReportReceivedEventData (string messageId = default, string from = default, string to = default, string deliveryStatus = default, string deliveryStatusDetails = default, System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.SystemEvents.AcsSmsDeliveryAttemptProperties> deliveryAttempts = default, DateTimeOffset? receivedTimestamp = default, string tag = default);
static member AcsSmsDeliveryReportReceivedEventData : string * string * string * string * string * seq<Azure.Messaging.EventGrid.SystemEvents.AcsSmsDeliveryAttemptProperties> * Nullable<DateTimeOffset> * string -> Azure.Messaging.EventGrid.SystemEvents.AcsSmsDeliveryReportReceivedEventData
Public Shared Function AcsSmsDeliveryReportReceivedEventData (Optional messageId As String = Nothing, Optional from As String = Nothing, Optional to As String = Nothing, Optional deliveryStatus As String = Nothing, Optional deliveryStatusDetails As String = Nothing, Optional deliveryAttempts As IEnumerable(Of AcsSmsDeliveryAttemptProperties) = Nothing, Optional receivedTimestamp As Nullable(Of DateTimeOffset) = Nothing, Optional tag As String = Nothing) As AcsSmsDeliveryReportReceivedEventData

パラメーター

messageId
String

SMS メッセージの ID。

from
String

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

to
String

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

deliveryStatus
String

配信の状態。

deliveryStatusDetails
String

配信状態に関する詳細。

deliveryAttempts
IEnumerable<AcsSmsDeliveryAttemptProperties>

配信試行の詳細の一覧。

receivedTimestamp
Nullable<DateTimeOffset>

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

tag
String

顧客コンテンツ。

戻り値

モック作成用の新しい AcsSmsDeliveryReportReceivedEventData インスタンス。

適用対象