EventGridModelFactory.AcsChatThreadWithUserDeletedEventData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von AcsChatThreadWithUserDeletedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadWithUserDeletedEventData AcsChatThreadWithUserDeletedEventData (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel deletedByCommunicationIdentifier = default, DateTimeOffset? deleteTime = default);
static member AcsChatThreadWithUserDeletedEventData : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string * Nullable<DateTimeOffset> * Nullable<int64> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * Nullable<DateTimeOffset> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadWithUserDeletedEventData
Public Shared Function AcsChatThreadWithUserDeletedEventData (Optional recipientCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional transactionId As String = Nothing, Optional threadId As String = Nothing, Optional createTime As Nullable(Of DateTimeOffset) = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional deletedByCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional deleteTime As Nullable(Of DateTimeOffset) = Nothing) As AcsChatThreadWithUserDeletedEventData
Parameter
- recipientCommunicationIdentifier
- CommunicationIdentifierModel
Der Kommunikationsbezeichner des Zielbenutzers.
- transactionId
- String
Die Transaktions-ID wird als Co-Relation-Vektor verwendet.
- threadId
- String
Die Chatthread-ID.
- createTime
- Nullable<DateTimeOffset>
Die ursprüngliche Erstellungszeit des Threads.
- deletedByCommunicationIdentifier
- CommunicationIdentifierModel
Die Kommunikations-ID des Benutzers, der den Thread gelöscht hat.
- deleteTime
- Nullable<DateTimeOffset>
Die Löschzeit des Threads.
Gibt zurück
Eine neue AcsChatThreadWithUserDeletedEventData instance zum Mocking.
Gilt für:
Azure SDK for .NET