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

TextNotificationContent interface

发送文本通知的请求。

扩展

属性

content

消息内容。

kind

消息通知类型为文本。

继承属性

channelRegistrationId

业务标识符的通道注册 ID。

to

收件人的本机外部平台用户标识符。

属性详细信息

content

消息内容。

content: string

属性值

string

kind

消息通知类型为文本。

kind: "text"

属性值

"text"

继承属性详细信息

channelRegistrationId

业务标识符的通道注册 ID。

channelRegistrationId: string

属性值

string

继承自NotificationContentParent.channelRegistrationId

to

收件人的本机外部平台用户标识符。

to: string[]

属性值

string[]

继承自 NotificationContentParent.to