Partager via


IoTDeviceInfo Constructeurs

Définition

Surcharges

IoTDeviceInfo()

Initialise une nouvelle instance de la classe IoTDeviceInfo.

IoTDeviceInfo(String, String, String, Authentication)

Initialise une nouvelle instance de la classe IoTDeviceInfo.

IoTDeviceInfo()

Initialise une nouvelle instance de la classe IoTDeviceInfo.

public IoTDeviceInfo ();
Public Sub New ()

S’applique à

IoTDeviceInfo(String, String, String, Authentication)

Initialise une nouvelle instance de la classe IoTDeviceInfo.

public IoTDeviceInfo (string deviceId, string ioTHostHub, string ioTHostHubId = default, Microsoft.Azure.Management.DataBoxEdge.Models.Authentication authentication = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.IoTDeviceInfo : string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.Authentication -> Microsoft.Azure.Management.DataBoxEdge.Models.IoTDeviceInfo
Public Sub New (deviceId As String, ioTHostHub As String, Optional ioTHostHubId As String = Nothing, Optional authentication As Authentication = Nothing)

Paramètres

deviceId
String

ID de l’appareil IoT/périphérique.

ioTHostHub
String

Nom d’hôte du hub IoT associé à l’appareil.

ioTHostHubId
String

ID du hub IoT associé à l’appareil.

authentication
Authentication

Chaîne de connexion d’appareil IoT/IoT edge chiffrée.

S’applique à