IotHubDeviceConnection Class

Definition

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