ConfigurationImportMode 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 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
Name | Value | Description |
---|---|---|
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
Azure SDK for .NET