你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RemoteDeviceAdapterProperties 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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 设备之间的通信的信息 - 允许此边缘模块充当两者之间的透明网关。
例外
target
或 iotHubDeviceConnection
为 null。