AcsSmsDeliveryReportReceivedEventData type
Schema der Data-Eigenschaft eines EventGridEvent für ein Microsoft.Communication.SMSDeliveryReportReceived-Ereignis.
type AcsSmsDeliveryReportReceivedEventData = AcsSmsEventBase & {
deliveryAttempts: AcsSmsDeliveryAttempt[]
deliveryStatus: string
deliveryStatusDetails: string
receivedTimestamp: string
tag: string
}