SecureIotDeviceRemoteTunnelArgs

data class SecureIotDeviceRemoteTunnelArgs(val deviceId: Output<String>, val iotHubName: Output<String>, val type: Output<String>) : ConvertibleToJava<SecureIotDeviceRemoteTunnelArgs>

A remote tunnel securely established using IoT Hub device information.

Constructors

Link copied to clipboard
constructor(deviceId: Output<String>, iotHubName: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val deviceId: Output<String>

The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.

Link copied to clipboard
val iotHubName: Output<String>

Name of the IoT Hub.

Link copied to clipboard
val type: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.SecureIotDeviceRemoteTunnel'.

Functions

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