你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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