IoTDeviceInfoArgs

data class IoTDeviceInfoArgs(val authentication: Output<AuthenticationArgs>? = null, val deviceId: Output<String>, val ioTHostHub: Output<String>, val ioTHostHubId: Output<String>? = null) : ConvertibleToJava<IoTDeviceInfoArgs>

Metadata of IoT device/IoT Edge device to be configured.

Constructors

Link copied to clipboard
constructor(authentication: Output<AuthenticationArgs>? = null, deviceId: Output<String>, ioTHostHub: Output<String>, ioTHostHubId: Output<String>? = null)

Properties

Link copied to clipboard
val authentication: Output<AuthenticationArgs>? = null

Encrypted IoT device/IoT edge device connection string.

Link copied to clipboard
val deviceId: Output<String>

ID of the IoT device/edge device.

Link copied to clipboard
val ioTHostHub: Output<String>

Host name for the IoT hub associated to the device.

Link copied to clipboard
val ioTHostHubId: Output<String>? = null

Id for the IoT hub associated to the device.

Functions

Link copied to clipboard
open override fun toJava(): IoTDeviceInfoArgs