IotHubDeviceConnection 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.
Information that enables communication between the IoT Hub and the IoT device - allowing this edge module to act as a transparent gateway between the two.
public class IotHubDeviceConnection
type IotHubDeviceConnection = class
Public Class IotHubDeviceConnection
- Inheritance
-
IotHubDeviceConnection
Constructors
IotHubDeviceConnection(String) |
Initializes a new instance of IotHubDeviceConnection. |
Properties
Credentials |
IoT device connection credentials. Currently IoT device symmetric key credentials are supported. |
DeviceId |
The name of the IoT device configured and managed in IoT Hub. (case-sensitive). |
Applies to
Azure SDK for .NET