Condividi tramite


SecureIotDeviceRemoteTunnel Constructors

Definition

Overloads

SecureIotDeviceRemoteTunnel()

Initializes a new instance of the SecureIotDeviceRemoteTunnel class.

SecureIotDeviceRemoteTunnel(String, String)

Initializes a new instance of the SecureIotDeviceRemoteTunnel class.

SecureIotDeviceRemoteTunnel()

Initializes a new instance of the SecureIotDeviceRemoteTunnel class.

public SecureIotDeviceRemoteTunnel ();
Public Sub New ()

Applies to

SecureIotDeviceRemoteTunnel(String, String)

Initializes a new instance of the SecureIotDeviceRemoteTunnel class.

public SecureIotDeviceRemoteTunnel (string iotHubName, string deviceId);
new Microsoft.Azure.Management.VideoAnalyzer.Models.SecureIotDeviceRemoteTunnel : string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.SecureIotDeviceRemoteTunnel
Public Sub New (iotHubName As String, deviceId As String)

Parameters

iotHubName
String

Name of the IoT Hub.

deviceId
String

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

Applies to