次の方法で共有


EventGridModelFactory.AcsChatThreadParticipantProperties メソッド

定義

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

public static Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties AcsChatThreadParticipantProperties (string displayName = default, Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel participantCommunicationIdentifier = default);
static member AcsChatThreadParticipantProperties : string * Azure.Messaging.EventGrid.SystemEvents.CommunicationIdentifierModel -> Azure.Messaging.EventGrid.SystemEvents.AcsChatThreadParticipantProperties
Public Shared Function AcsChatThreadParticipantProperties (Optional displayName As String = Nothing, Optional participantCommunicationIdentifier As CommunicationIdentifierModel = Nothing) As AcsChatThreadParticipantProperties

パラメーター

displayName
String

ユーザーの名前です。

participantCommunicationIdentifier
CommunicationIdentifierModel

ユーザーの通信識別子。

戻り値

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

適用対象