你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CommunicationIdentifier.FromRawId(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
CommunicationIdentifier从给定的 rawId 创建 。 存储 rawId 时,使用此函数还原在 rawId 中编码的标识符。
public static Azure.Communication.CommunicationIdentifier FromRawId (string rawId);
static member FromRawId : string -> Azure.Communication.CommunicationIdentifier
Public Shared Function FromRawId (rawId As String) As CommunicationIdentifier
参数
- rawId
- String
要转换为其标识符表示形式的 rawId。
返回
基于标识符类型返回 CommunicationUserIdentifier、 PhoneNumberIdentifier、 MicrosoftTeamsUserIdentifier或 UnknownIdentifier 。