EventGridModelFactory.AcsChatThreadParticipantProperties Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’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
Paramètres
- displayName
- String
Nom de l'utilisateur.
- participantCommunicationIdentifier
- CommunicationIdentifierModel
Identificateur de communication de l’utilisateur.
Retours
Une nouvelle AcsChatThreadParticipantProperties instance pour se moquer.