Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ConfigurationContent interface
- Package:
- azure-iothub
Properties
| deviceContent | The configuration for all the devices. |
| moduleContent | The configuration for device modules |
| modulesContent | The configuration for edge modules. |
Property Details
deviceContent
The configuration for all the devices.
deviceContent?: {[key: string]: Object}
Property Value
{[key: string]: Object}
moduleContent
The configuration for device modules
moduleContent?: {[key: string]: Object}
Property Value
{[key: string]: Object}
modulesContent
The configuration for edge modules.
modulesContent?: {[key: string]: Object}
Property Value
{[key: string]: Object}
