ImportMode Enum
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.
Identifies the behavior when merging a device to the registry during import actions.
[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ImportMode
type ImportMode =
Public Enum ImportMode
- Inheritance
-
System.EnumImportMode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
Fields
Create | 1 | |
CreateOrUpdate | 0 | |
CreateOrUpdateIfMatchETag | 4 | |
Delete | 5 | |
DeleteIfMatchETag | 6 | |
Update | 2 | |
UpdateIfMatchETag | 3 | |
UpdateTwin | 7 | |
UpdateTwinIfMatchETag | 8 |