你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Module interface
属性
authentication | 包含用于对此模块进行身份验证的对称密钥。 |
cloud |
通过传递到模块等待的 c2d 消息数。 |
connection |
模块是“已连接”还是“已断开连接”。 不过,不建议使用此属性来确定模块现在是否实际连接,因为模块连接可能已超时,IoT 中心可能未检测到它。 |
connection |
表示上次更改时间 |
device |
Azure IoT 中心设备注册表中存在的唯一设备标识符。 |
etag | 分配给此模块标识说明的弱实体标记 |
generation |
用于消除已删除/重新创建相同设备的歧义 |
last |
表示模块上次进行身份验证、发送消息或收到消息的时间的时间戳。 |
managed |
表示由所有者管理的模块 |
module |
模块 ID |
属性详细信息
authentication
cloudToDeviceMessageCount
通过传递到模块等待的 c2d 消息数。
cloudToDeviceMessageCount?: string
属性值
string
connectionState
模块是“已连接”还是“已断开连接”。 不过,不建议使用此属性来确定模块现在是否实际连接,因为模块连接可能已超时,IoT 中心可能未检测到它。
connectionState?: ConnectionState
属性值
connectionStateUpdatedTime
表示上次更改时间 connectionState
的时间戳。
connectionStateUpdatedTime?: string
属性值
string
deviceId
Azure IoT 中心设备注册表中存在的唯一设备标识符。
deviceId: string
属性值
string
etag
分配给此模块标识说明的弱实体标记
etag?: string
属性值
string
generationId
用于消除已删除/重新创建相同设备的歧义 moduleId
generationId?: string
属性值
string
lastActivityTime
表示模块上次进行身份验证、发送消息或收到消息的时间的时间戳。
lastActivityTime?: string
属性值
string
managedBy
表示由所有者管理的模块
managedBy?: string
属性值
string
moduleId
模块 ID
moduleId: string
属性值
string