SecureIotDeviceRemoteTunnelResponse

data class SecureIotDeviceRemoteTunnelResponse(val deviceId: String, val iotHubName: String, val type: String)

A remote tunnel securely established using IoT Hub device information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Name of the IoT Hub.

Link copied to clipboard

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