EventGridModelFactory.AcsChatThreadEventInThreadBaseProperties Method

Definition

Initializes a new instance of AcsChatThreadEventInThreadBaseProperties.

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventInThreadBaseProperties AcsChatThreadEventInThreadBaseProperties (string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default);
static member AcsChatThreadEventInThreadBaseProperties : string * string * Nullable<DateTimeOffset> * Nullable<int64> -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadEventInThreadBaseProperties
Public Shared Function AcsChatThreadEventInThreadBaseProperties (Optional transactionId As String = Nothing, Optional threadId As String = Nothing, Optional createTime As Nullable(Of DateTimeOffset) = Nothing, Optional version As Nullable(Of Long) = Nothing) As AcsChatThreadEventInThreadBaseProperties

Parameters

transactionId
String

The transaction id will be used as co-relation vector.

threadId
String

The chat thread id.

createTime
Nullable<DateTimeOffset>

The original creation time of the thread.

version
Nullable<Int64>

The version of the thread.

Returns

A new AcsChatThreadEventInThreadBaseProperties instance for mocking.

Applies to