AcsCommunicationIdentifierKind Struct
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.
The identifier kind, for example 'communicationUser' or 'phoneNumber'.
public readonly struct AcsCommunicationIdentifierKind : IEquatable<Azure.Messaging.EventGrid.SystemEvents.AcsCommunicationIdentifierKind>
type AcsCommunicationIdentifierKind = struct
Public Structure AcsCommunicationIdentifierKind
Implements IEquatable(Of AcsCommunicationIdentifierKind)
- Inheritance
-
AcsCommunicationIdentifierKind
- Implements
Constructors
AcsCommunicationIdentifierKind(String) |
Initializes a new instance of AcsCommunicationIdentifierKind. |
Properties
CommunicationUser |
communicationUser. |
MicrosoftTeamsApp |
microsoftTeamsApp. |
MicrosoftTeamsUser |
microsoftTeamsUser. |
PhoneNumber |
phoneNumber. |
Unknown |
unknown. |
Methods
Equals(AcsCommunicationIdentifierKind) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AcsCommunicationIdentifierKind, AcsCommunicationIdentifierKind) |
Determines if two AcsCommunicationIdentifierKind values are the same. |
Implicit(String to AcsCommunicationIdentifierKind) |
Converts a String to a AcsCommunicationIdentifierKind. |
Inequality(AcsCommunicationIdentifierKind, AcsCommunicationIdentifierKind) |
Determines if two AcsCommunicationIdentifierKind values are not the same. |
Applies to
Azure SDK for .NET