EventGridModelFactory.AcsSmsDeliveryReportReceivedEventData Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’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
Paramètres
- messageId
- String
Identité du message SMS.
- from
- String
Identité de l’expéditeur du message SMS.
- to
- String
Identité du récepteur de sms.
- deliveryStatus
- String
État de la remise.
- deliveryStatusDetails
- String
Détails sur l’état de remise.
- deliveryAttempts
- IEnumerable<AcsSmsDeliveryAttemptProperties>
Liste des détails des tentatives de remise effectuées.
- receivedTimestamp
- Nullable<DateTimeOffset>
Heure à laquelle le rapport de remise du SMS a été reçu.
- tag
- String
Contenu client.
Retours
Une nouvelle AcsSmsDeliveryReportReceivedEventData instance pour se moquer.
S’applique à
Azure SDK for .NET