GetIoTAddonResult

data class GetIoTAddonResult(val azureApiVersion: String, val hostPlatform: String, val hostPlatformType: String, val id: String, val ioTDeviceDetails: IoTDeviceInfoResponse, val ioTEdgeDeviceDetails: IoTDeviceInfoResponse, val kind: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val version: String)

IoT Addon.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, hostPlatform: String, hostPlatformType: String, id: String, ioTDeviceDetails: IoTDeviceInfoResponse, ioTEdgeDeviceDetails: IoTDeviceInfoResponse, kind: String, name: String, provisioningState: String, systemData: SystemDataResponse, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Host OS supported by the IoT addon.

Link copied to clipboard

Platform where the runtime is hosted.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

IoT device metadata to which appliance needs to be connected.

Link copied to clipboard

IoT edge device to which the IoT Addon needs to be configured.

Link copied to clipboard

Addon type. Expected value is 'IotEdge'.

Link copied to clipboard

The object name.

Link copied to clipboard

Addon Provisioning State

Link copied to clipboard

Metadata pertaining to creation and last modification of Addon

Link copied to clipboard

The hierarchical type of the object.

Link copied to clipboard

Version of IoT running on the appliance.