SecureIotDeviceRemoteTunnel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.