Share via


SecureIotDeviceRemoteTunnel Class

Definition

A remote tunnel securely established using IoT Hub device information.

[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.SecureIotDeviceRemoteTunnel")]
public class SecureIotDeviceRemoteTunnel : Microsoft.Azure.Management.VideoAnalyzer.Models.TunnelBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.SecureIotDeviceRemoteTunnel")>]
type SecureIotDeviceRemoteTunnel = class
    inherit TunnelBase
Public Class SecureIotDeviceRemoteTunnel
Inherits TunnelBase
Inheritance
SecureIotDeviceRemoteTunnel
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

SecureIotDeviceRemoteTunnel()

Initializes a new instance of the SecureIotDeviceRemoteTunnel class.

SecureIotDeviceRemoteTunnel(String, String)

Initializes a new instance of the SecureIotDeviceRemoteTunnel class.

Properties

DeviceId

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

IotHubName

Gets or sets name of the IoT Hub.

Methods

Validate()

Validate the object.

Applies to