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

RoutingMessage 类

路由消息。

继承
azure.mgmt.iothub._serialization.Model
RoutingMessage

构造函数

RoutingMessage(*, body: str | None = None, app_properties: Dict[str, str] | None = None, system_properties: Dict[str, str] | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
body
str

路由消息的正文。

app_properties

应用属性。

system_properties

系统属性。

变量

名称 说明
body
str

路由消息的正文。

app_properties

应用属性。

system_properties

系统属性。