다음을 통해 공유


EdgeIotAddon(EdgeIotDeviceInfo, EdgeIotDeviceInfo) Constructor

Definition

Initializes a new instance of EdgeIotAddon.

public EdgeIotAddon (Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo iotDeviceDetails, Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo iotEdgeDeviceDetails);
new Azure.ResourceManager.DataBoxEdge.Models.EdgeIotAddon : Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo * Azure.ResourceManager.DataBoxEdge.Models.EdgeIotDeviceInfo -> Azure.ResourceManager.DataBoxEdge.Models.EdgeIotAddon
Public Sub New (iotDeviceDetails As EdgeIotDeviceInfo, iotEdgeDeviceDetails As EdgeIotDeviceInfo)

Parameters

iotDeviceDetails
EdgeIotDeviceInfo

IoT device metadata to which appliance needs to be connected.

iotEdgeDeviceDetails
EdgeIotDeviceInfo

IoT edge device to which the IoT Addon needs to be configured.

Exceptions

iotDeviceDetails or iotEdgeDeviceDetails is null.

Applies to