AcsSmsDeliveryReportReceivedEventData type
Schéma vlastnosti Data EventGridEvent pro událost Microsoft.Communication.SMSDeliveryReportReceived.
type AcsSmsDeliveryReportReceivedEventData = AcsSmsEventBase & {
deliveryAttempts: AcsSmsDeliveryAttempt[]
deliveryStatus: string
deliveryStatusDetails: string
receivedTimestamp: string
tag: string
}