SecureIotDeviceRemoteTunnel Class
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.
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
- 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. |