CommunicationIdentifier Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Representerar en identifierare i Azure Communication Services.
public abstract class CommunicationIdentifier : IEquatable<Azure.Communication.CommunicationIdentifier>
type CommunicationIdentifier = class
interface IEquatable<CommunicationIdentifier>
Public MustInherit Class CommunicationIdentifier
Implements IEquatable(Of CommunicationIdentifier)
- Arv
-
CommunicationIdentifier
- Härledda
- Implementeringar
Konstruktorer
CommunicationIdentifier() |
Representerar en identifierare i Azure Communication Services. |
Egenskaper
RawId |
Returnerar den kanoniska strängrepresentationen av CommunicationIdentifier. Du kan använda RawId för att koda identifieraren och sedan använda den som en nyckel i en databas. |
Metoder
Equals(CommunicationIdentifier) |
Anger om det aktuella objektet är lika med ett annat objekt av samma typ. |
FromRawId(String) |
Skapar en CommunicationIdentifier från ett givet rawId. När du lagrar rawIds använder du den här funktionen för att återställa identifieraren som kodades i rawId. |
GetHashCode() |
Fungerar som standard-hash-funktion. |
Operatorer
Equality(CommunicationIdentifier, CommunicationIdentifier) |
Åsidosätter likhetsoperatorn. |
Inequality(CommunicationIdentifier, CommunicationIdentifier) |
Åsidosätter icke-likhetsoperatorn. |
Gäller för
Azure SDK for .NET