你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventGridModelFactory.AcsSmsDeliveryReportReceivedEventData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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
短信的标识。
- from
- String
短信发送方的标识。
- to
- String
短信接收者的标识。
- deliveryStatus
- String
传递状态。
- deliveryStatusDetails
- String
有关传递状态的详细信息。
- deliveryAttempts
- IEnumerable<AcsSmsDeliveryAttemptProperties>
尝试传递的详细信息列表。
- receivedTimestamp
- Nullable<DateTimeOffset>
收到短信传递报告的时间。
- tag
- String
客户内容。
返回
用于模拟的新 AcsSmsDeliveryReportReceivedEventData 实例。