EventGridModelFactory.AcsChatThreadCreatedEventData 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 AcsChatThreadCreatedEventData.
public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadCreatedEventData AcsChatThreadCreatedEventData (string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel createdByCommunicationIdentifier = default, System.Collections.Generic.IReadOnlyDictionary<string,object> properties = default, System.Collections.Generic.IEnumerable<Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties> participants = default);
static member AcsChatThreadCreatedEventData : string * string * Nullable<DateTimeOffset> * Nullable<int64> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * System.Collections.Generic.IReadOnlyDictionary<string, obj> * seq<Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadCreatedEventData
Public Shared Function AcsChatThreadCreatedEventData (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 createdByCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional properties As IReadOnlyDictionary(Of String, Object) = Nothing, Optional participants As IEnumerable(Of AcsChatThreadParticipantProperties) = Nothing) As AcsChatThreadCreatedEventData
Parameter
- 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.
- createdByCommunicationIdentifier
- CommunicationIdentifierModel
Der Kommunikationsbezeichner des Benutzers, der den Thread erstellt hat.
- properties
- IReadOnlyDictionary<String,Object>
Die Threadeigenschaften.
- participants
- IEnumerable<AcsChatThreadParticipantProperties>
Die Liste der Eigenschaften der Teilnehmer, die Teil des Threads sind.
Gibt zurück
Eine neue AcsChatThreadCreatedEventData instance zum Mocking.
Gilt für:
Azure SDK for .NET