通过


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

NamespaceDeviceUpdateProperties interface

NamespaceDevice 的可更新属性。

属性

attributes

一组键值对,其中包含客户设置的自定义属性。

enabled

指示是否启用资源和标识。 禁用的设备无法使用 Microsoft Entra ID 进行身份验证。

endpoints

包含设备的未分配和已分配终端节点的属性包。

operatingSystemVersion

设备作系统版本。

属性详细信息

attributes

一组键值对,其中包含客户设置的自定义属性。

attributes?: Record<string, any>

属性值

Record<string, any>

enabled

指示是否启用资源和标识。 禁用的设备无法使用 Microsoft Entra ID 进行身份验证。

enabled?: boolean

属性值

boolean

endpoints

包含设备的未分配和已分配终端节点的属性包。

endpoints?: MessagingEndpoints

属性值

operatingSystemVersion

设备作系统版本。

operatingSystemVersion?: string

属性值

string