你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CommunicationIdentifier 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示Azure 通信服务中的标识符。
public abstract class CommunicationIdentifier : IEquatable<Azure.Communication.CommunicationIdentifier>
type CommunicationIdentifier = class
interface IEquatable<CommunicationIdentifier>
Public MustInherit Class CommunicationIdentifier
Implements IEquatable(Of CommunicationIdentifier)
- 继承
-
CommunicationIdentifier
- 派生
- 实现
构造函数
CommunicationIdentifier() |
表示Azure 通信服务中的标识符。 |
属性
RawId |
返回 的规范字符串表示形式 CommunicationIdentifier。 可以使用 RawId 对标识符进行编码,然后将其用作数据库中的密钥。 |
方法
Equals(CommunicationIdentifier) |
指示当前对象是否等于同一类型的另一个对象。 |
FromRawId(String) |
CommunicationIdentifier从给定的 rawId 创建 。 存储 rawId 时,使用此函数还原在 rawId 中编码的标识符。 |
GetHashCode() |
作为默认哈希函数。 |
运算符
Equality(CommunicationIdentifier, CommunicationIdentifier) |
重写相等运算符。 |
Inequality(CommunicationIdentifier, CommunicationIdentifier) |
重写非相等运算符。 |