@@ -66,10 +66,14 @@ public static partial class EventGridModelFactory
6666 public static Azure . Messaging . EventGrid . SystemEvents . AcsChatThreadPropertiesUpdatedPerUserEventData AcsChatThreadPropertiesUpdatedPerUserEventData ( Azure . Messaging . EventGrid . SystemEvents . CommunicationIdentifierModel recipientCommunicationIdentifier = null , string transactionId = null , string threadId = null , System . DateTimeOffset ? createTime = default ( System . DateTimeOffset ? ) , long ? version = default ( long ? ) , Azure . Messaging . EventGrid . SystemEvents . CommunicationIdentifierModel editedByCommunicationIdentifier = null , System . DateTimeOffset ? editTime = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IReadOnlyDictionary < string , object > properties = null ) { throw null ; }
6767 public static Azure . Messaging . EventGrid . SystemEvents . AcsChatThreadPropertiesUpdatedPerUserEventData AcsChatThreadPropertiesUpdatedPerUserEventData ( Azure . Messaging . EventGrid . SystemEvents . CommunicationIdentifierModel recipientCommunicationIdentifier = null , string transactionId = null , string threadId = null , System . DateTimeOffset ? createTime = default ( System . DateTimeOffset ? ) , long ? version = default ( long ? ) , Azure . Messaging . EventGrid . SystemEvents . CommunicationIdentifierModel editedByCommunicationIdentifier = null , System . DateTimeOffset ? editTime = default ( System . DateTimeOffset ? ) , System . Collections . Generic . IReadOnlyDictionary < string , string > metadata = null , System . Collections . Generic . IReadOnlyDictionary < string , object > properties = null ) { throw null ; }
6868 public static Azure . Messaging . EventGrid . SystemEvents . AcsChatThreadWithUserDeletedEventData AcsChatThreadWithUserDeletedEventData ( Azure . Messaging . EventGrid . SystemEvents . CommunicationIdentifierModel recipientCommunicationIdentifier = null , string transactionId = null , string threadId = null , System . DateTimeOffset ? createTime = default ( System . DateTimeOffset ? ) , long ? version = default ( long ? ) , Azure . Messaging . EventGrid . SystemEvents . CommunicationIdentifierModel deletedByCommunicationIdentifier = null , System . DateTimeOffset ? deleteTime = default ( System . DateTimeOffset ? ) ) { throw null ; }
69- public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportReceivedEventData AcsEmailDeliveryReportReceivedEventData ( string sender = null , string recipient = null , string messageId = null , Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatus ? status = default ( Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatus ? ) , Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatusDetails deliveryStatusDetails = null , System . DateTimeOffset ? deliveryAttemptTimestamp = default ( System . DateTimeOffset ? ) ) { throw null ; }
69+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
70+ public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportReceivedEventData AcsEmailDeliveryReportReceivedEventData ( string sender , string recipient , string messageId , Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatus ? status , Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatusDetails deliveryStatusDetails , System . DateTimeOffset ? deliveryAttemptTimestamp ) { throw null ; }
7071 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
7172 public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportReceivedEventData AcsEmailDeliveryReportReceivedEventData ( string sender = null , string recipient = null , string messageId = null , Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatus ? status = default ( Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatus ? ) , System . DateTimeOffset ? deliveryAttemptTimestamp = default ( System . DateTimeOffset ? ) ) { throw null ; }
72- public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatusDetails AcsEmailDeliveryReportStatusDetails ( string statusMessage = null ) { throw null ; }
73+ public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportReceivedEventData AcsEmailDeliveryReportReceivedEventData ( string sender = null , string recipient = null , string internetMessageId = null , string messageId = null , Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatus ? status = default ( Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatus ? ) , Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatusDetails deliveryStatusDetails = null , System . DateTimeOffset ? deliveryAttemptTimestamp = default ( System . DateTimeOffset ? ) ) { throw null ; }
74+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
75+ public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatusDetails AcsEmailDeliveryReportStatusDetails ( string statusMessage ) { throw null ; }
76+ public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatusDetails AcsEmailDeliveryReportStatusDetails ( string recipientMailServerHostName = null , string statusMessage = null ) { throw null ; }
7377 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
7478 public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailEngagementTrackingReportReceivedEventData AcsEmailEngagementTrackingReportReceivedEventData ( string sender , string messageId , System . DateTimeOffset ? userActionTimestamp , string engagementContext , string userAgent , Azure . Messaging . EventGrid . SystemEvents . AcsUserEngagement ? engagement ) { throw null ; }
7579 public static Azure . Messaging . EventGrid . SystemEvents . AcsEmailEngagementTrackingReportReceivedEventData AcsEmailEngagementTrackingReportReceivedEventData ( string sender = null , string recipient = null , string messageId = null , System . DateTimeOffset ? userActionTimestamp = default ( System . DateTimeOffset ? ) , string engagementContext = null , string userAgent = null , Azure . Messaging . EventGrid . SystemEvents . AcsUserEngagement ? engagement = default ( Azure . Messaging . EventGrid . SystemEvents . AcsUserEngagement ? ) ) { throw null ; }
@@ -130,7 +134,9 @@ public static partial class EventGridModelFactory
130134 [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
131135 public static Azure . Messaging . EventGrid . SystemEvents . AcsSmsDeliveryReportReceivedEventData AcsSmsDeliveryReportReceivedEventData ( string messageId , string from , string to , string deliveryStatus , string deliveryStatusDetails , System . Collections . Generic . IReadOnlyList < Azure . Messaging . EventGrid . SystemEvents . AcsSmsDeliveryAttemptProperties > deliveryAttempts , System . DateTimeOffset ? receivedTimestamp , string tag ) { throw null ; }
132136 public static Azure . Messaging . EventGrid . SystemEvents . AcsSmsEventBaseProperties AcsSmsEventBaseProperties ( string messageId = null , string from = null , string to = null ) { throw null ; }
133- public static Azure . Messaging . EventGrid . SystemEvents . AcsSmsReceivedEventData AcsSmsReceivedEventData ( string messageId = null , string from = null , string to = null , string message = null , System . DateTimeOffset ? receivedTimestamp = default ( System . DateTimeOffset ? ) ) { throw null ; }
137+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
138+ public static Azure . Messaging . EventGrid . SystemEvents . AcsSmsReceivedEventData AcsSmsReceivedEventData ( string messageId , string from , string to , string message , System . DateTimeOffset ? receivedTimestamp ) { throw null ; }
139+ public static Azure . Messaging . EventGrid . SystemEvents . AcsSmsReceivedEventData AcsSmsReceivedEventData ( string messageId = null , string from = null , string to = null , string message = null , System . DateTimeOffset ? receivedTimestamp = default ( System . DateTimeOffset ? ) , int segmentCount = 0 ) { throw null ; }
134140 public static Azure . Messaging . EventGrid . SystemEvents . AcsUserDisconnectedEventData AcsUserDisconnectedEventData ( Azure . Messaging . EventGrid . SystemEvents . CommunicationIdentifierModel userCommunicationIdentifier = null ) { throw null ; }
135141 public static Azure . Messaging . EventGrid . SystemEvents . ApiCenterApiDefinitionAddedEventData ApiCenterApiDefinitionAddedEventData ( string title = null , string description = null , Azure . Messaging . EventGrid . SystemEvents . ApiCenterApiSpecification specification = null ) { throw null ; }
136142 public static Azure . Messaging . EventGrid . SystemEvents . ApiCenterApiDefinitionUpdatedEventData ApiCenterApiDefinitionUpdatedEventData ( string title = null , string description = null , Azure . Messaging . EventGrid . SystemEvents . ApiCenterApiSpecification specification = null ) { throw null ; }
@@ -975,6 +981,7 @@ public partial class AcsEmailDeliveryReportReceivedEventData
975981 internal AcsEmailDeliveryReportReceivedEventData ( ) { }
976982 public System . DateTimeOffset ? DeliveryAttemptTimestamp { get { throw null ; } }
977983 public Azure . Messaging . EventGrid . SystemEvents . AcsEmailDeliveryReportStatusDetails DeliveryStatusDetails { get { throw null ; } }
984+ public string InternetMessageId { get { throw null ; } }
978985 public string MessageId { get { throw null ; } }
979986 public string Recipient { get { throw null ; } }
980987 public string Sender { get { throw null ; } }
@@ -1005,6 +1012,7 @@ internal AcsEmailDeliveryReportReceivedEventData() { }
10051012 public partial class AcsEmailDeliveryReportStatusDetails
10061013 {
10071014 internal AcsEmailDeliveryReportStatusDetails ( ) { }
1015+ public string RecipientMailServerHostName { get { throw null ; } }
10081016 public string StatusMessage { get { throw null ; } }
10091017 }
10101018 public partial class AcsEmailEngagementTrackingReportReceivedEventData
@@ -1582,6 +1590,7 @@ public partial class AcsSmsReceivedEventData : Azure.Messaging.EventGrid.SystemE
15821590 internal AcsSmsReceivedEventData ( ) { }
15831591 public string Message { get { throw null ; } }
15841592 public System . DateTimeOffset ? ReceivedTimestamp { get { throw null ; } }
1593+ public int SegmentCount { get { throw null ; } }
15851594 }
15861595 public partial class AcsUserDisconnectedEventData
15871596 {
0 commit comments