Io TDevice Info Args
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)