你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConfigurationContent interface
属性
device |
所有设备的配置。 |
module |
设备模块的配置 |
modules |
边缘模块的配置。 |
属性详细信息
deviceContent
所有设备的配置。
deviceContent?: {[key: string]: Object}
属性值
{[key: string]: Object}
moduleContent
设备模块的配置
moduleContent?: {[key: string]: Object}
属性值
{[key: string]: Object}
modulesContent
边缘模块的配置。
modulesContent?: {[key: string]: Object}
属性值
{[key: string]: Object}