Share via


ExportImportDevice Constructors

Definition

Overloads

ExportImportDevice()

Create an instance of this class.

ExportImportDevice(Device, ImportMode)

Create an instance of this class.

ExportImportDevice()

Create an instance of this class.

public ExportImportDevice ();
Public Sub New ()

Applies to

ExportImportDevice(Device, ImportMode)

Create an instance of this class.

public ExportImportDevice (Microsoft.Azure.Devices.Device device, Microsoft.Azure.Devices.ImportMode importmode);
new Microsoft.Azure.Devices.ExportImportDevice : Microsoft.Azure.Devices.Device * Microsoft.Azure.Devices.ImportMode -> Microsoft.Azure.Devices.ExportImportDevice
Public Sub New (device As Device, importmode As ImportMode)

Parameters

device
Device

Device properties

importmode
ImportMode

Identifies the behavior when merging a device to the registry during import actions.

Applies to