ExportImportDevice Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.