IoTDeviceInfo 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
IoTDeviceInfo() |
Initializes a new instance of the IoTDeviceInfo class. |
IoTDeviceInfo(String, String, String, Authentication) |
Initializes a new instance of the IoTDeviceInfo class. |
IoTDeviceInfo()
Initializes a new instance of the IoTDeviceInfo class.
public IoTDeviceInfo ();
Public Sub New ()
Applies to
IoTDeviceInfo(String, String, String, Authentication)
Initializes a new instance of the IoTDeviceInfo class.
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)
Parameters
- deviceId
- String
ID of the IoT device/edge device.
- ioTHostHub
- String
Host name for the IoT hub associated to the device.
- ioTHostHubId
- String
Id for the IoT hub associated to the device.
- authentication
- Authentication
Encrypted IoT device/IoT edge device connection string.