Share via


EventGridModelFactory.AcsChatParticipantRemovedFromThreadWithUserEventData メソッド

定義

AcsChatParticipantRemovedFromThreadWithUserEventData の新しいインスタンスを初期化します。

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantRemovedFromThreadWithUserEventData AcsChatParticipantRemovedFromThreadWithUserEventData (Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel recipientCommunicationIdentifier = default, string transactionId = default, string threadId = default, DateTimeOffset? createTime = default, long? version = default, DateTimeOffset? time = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel removedByCommunicationIdentifier = default, Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties participantRemoved = default);
static member AcsChatParticipantRemovedFromThreadWithUserEventData : Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * string * string * Nullable<DateTimeOffset> * Nullable<int64> * Nullable<DateTimeOffset> * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel * Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties -> Azure.Messaging.EventGrid.SystemEvents.AcsChatParticipantRemovedFromThreadWithUserEventData
Public Shared Function AcsChatParticipantRemovedFromThreadWithUserEventData (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 time As Nullable(Of DateTimeOffset) = Nothing, Optional removedByCommunicationIdentifier As CommunicationIdentifierModel = Nothing, Optional participantRemoved As AcsChatThreadParticipantProperties = Nothing) As AcsChatParticipantRemovedFromThreadWithUserEventData

パラメーター

recipientCommunicationIdentifier
CommunicationIdentifierModel

ターゲット ユーザーの通信識別子。

transactionId
String

トランザクション ID は、共関係ベクトルとして使用されます。

threadId
String

チャット スレッド ID。

createTime
Nullable<DateTimeOffset>

スレッドの元の作成時刻。

version
Nullable<Int64>

スレッドのバージョン。

time
Nullable<DateTimeOffset>

ユーザーがスレッドに削除された時刻。

removedByCommunicationIdentifier
CommunicationIdentifierModel

ユーザーを削除したユーザーの通信識別子。

participantRemoved
AcsChatThreadParticipantProperties

削除されたユーザーの詳細。

戻り値

モック作成用の新しい AcsChatParticipantRemovedFromThreadWithUserEventData インスタンス。

適用対象