SecureIotDeviceRemoteTunnel Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SecureIotDeviceRemoteTunnel() |
Initialise une nouvelle instance de la classe SecureIotDeviceRemoteTunnel. |
SecureIotDeviceRemoteTunnel(String, String) |
Initialise une nouvelle instance de la classe SecureIotDeviceRemoteTunnel. |
SecureIotDeviceRemoteTunnel()
Initialise une nouvelle instance de la classe SecureIotDeviceRemoteTunnel.
public SecureIotDeviceRemoteTunnel();
Public Sub New ()
S’applique à
SecureIotDeviceRemoteTunnel(String, String)
Initialise une nouvelle instance de la classe SecureIotDeviceRemoteTunnel.
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)
Paramètres
- iotHubName
- String
Nom du IoT Hub.
- deviceId
- String
ID d’appareil IoT à utiliser lors de l’établissement du tunnel distant. Cette chaîne respecte la casse.
S’applique à
Azure SDK for .NET