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

RemoteDeviceAdapterProperties 构造函数

定义

初始化 RemoteDeviceAdapterProperties 的新实例。

public RemoteDeviceAdapterProperties(Azure.Media.VideoAnalyzer.Edge.Models.RemoteDeviceAdapterTarget target, Azure.Media.VideoAnalyzer.Edge.Models.IotHubDeviceConnection iotHubDeviceConnection);
new Azure.Media.VideoAnalyzer.Edge.Models.RemoteDeviceAdapterProperties : Azure.Media.VideoAnalyzer.Edge.Models.RemoteDeviceAdapterTarget * Azure.Media.VideoAnalyzer.Edge.Models.IotHubDeviceConnection -> Azure.Media.VideoAnalyzer.Edge.Models.RemoteDeviceAdapterProperties
Public Sub New (target As RemoteDeviceAdapterTarget, iotHubDeviceConnection As IotHubDeviceConnection)

参数

target
RemoteDeviceAdapterTarget

此远程设备将连接到的 IoT 设备。

iotHubDeviceConnection
IotHubDeviceConnection

启用IoT 中心与 IoT 设备之间的通信的信息 - 允许此边缘模块充当两者之间的透明网关。

例外

targetiotHubDeviceConnection 为 null。

适用于