通过


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

NamespaceDiscoveredDeviceUpdateProperties interface

NamespaceDiscoveredDevice 的可更新属性。

属性

attributes

一组包含自定义属性的键值对。

discoveryId

用于检测已发现设备中的更改的标识符。

endpoints

已发现设备的终端节点。

externalDeviceId

一个设备 ID,表示 Azure 外部系统中的设备。 在 Azure 租户范围内唯一。

operatingSystemVersion

设备作系统版本。

version

每次修改资源时递增的整数。

属性详细信息

attributes

一组包含自定义属性的键值对。

attributes?: Record<string, any>

属性值

Record<string, any>

discoveryId

用于检测已发现设备中的更改的标识符。

discoveryId?: string

属性值

string

endpoints

已发现设备的终端节点。

endpoints?: DiscoveredMessagingEndpoints

属性值

externalDeviceId

一个设备 ID,表示 Azure 外部系统中的设备。 在 Azure 租户范围内唯一。

externalDeviceId?: string

属性值

string

operatingSystemVersion

设备作系统版本。

operatingSystemVersion?: string

属性值

string

version

每次修改资源时递增的整数。

version?: number

属性值

number