IoTAddonProperties interface
IoT addon properties.
Properties
| host |
Host OS supported by the IoT addon. |
| host |
Platform where the runtime is hosted. |
| io |
IoT device metadata to which appliance needs to be connected. |
| io |
IoT edge device to which the IoT Addon needs to be configured. |
| provisioning |
Addon Provisioning State |
| version | Version of IoT running on the appliance. |
Property Details
hostPlatform
Host OS supported by the IoT addon.
hostPlatform?: string
Property Value
string
hostPlatformType
Platform where the runtime is hosted.
hostPlatformType?: string
Property Value
string
ioTDeviceDetails
IoT device metadata to which appliance needs to be connected.
ioTDeviceDetails: IoTDeviceInfo
Property Value
ioTEdgeDeviceDetails
IoT edge device to which the IoT Addon needs to be configured.
ioTEdgeDeviceDetails: IoTDeviceInfo
Property Value
provisioningState
Addon Provisioning State
provisioningState?: string
Property Value
string
version
Version of IoT running on the appliance.
version?: string
Property Value
string