你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CommunicationIdentifier.FromRawId(String) 方法

定义

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。

返回

基于标识符类型返回 CommunicationUserIdentifierPhoneNumberIdentifierMicrosoftTeamsUserIdentifierUnknownIdentifier

适用于