CommunicationIdentifierModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies a participant in Azure Communication services. A participant is, for example, a phone number or an Azure communication user. This model is polymorphic: Apart from kind and rawId, at most one further property may be set which must match the kind enum value.
public class CommunicationIdentifierModel
type CommunicationIdentifierModel = class
Public Class CommunicationIdentifierModel
- Inheritance
-
CommunicationIdentifierModel
Properties
CommunicationUser |
The communication user. |
Kind |
The identifier kind. Only required in responses. |
MicrosoftTeamsApp |
The Microsoft Teams application. |
MicrosoftTeamsUser |
The Microsoft Teams user. |
PhoneNumber |
The phone number. |
RawId |
Raw Id of the identifier. Optional in requests, required in responses. |
Applies to
Azure SDK for .NET