ConfigurationImportMode Enum

Definition

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

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ConfigurationImportMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ConfigurationImportMode = 
Public Enum ConfigurationImportMode
Inheritance
ConfigurationImportMode
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

CreateOrUpdateIfMatchETag 4

If a configuration does not exist with the specified Id, it is newly registered. If the configuration already exists, existing information is overwritten with the provided input data only if there is an ETag match. If there is an ETag mismatch, an error is written to the log file.

Applies to