你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ConfigurationImportMode 枚举

定义

标识在导入操作期间将配置合并到注册表时的行为。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ConfigurationImportMode
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ConfigurationImportMode = 
Public Enum ConfigurationImportMode
继承
ConfigurationImportMode
属性
Newtonsoft.Json.JsonConverterAttribute

字段

CreateOrUpdateIfMatchETag 4

如果不存在具有指定 ID 的配置,则它是新注册的。 如果配置已存在,则仅当存在 ETag 匹配项时,才会使用提供的输入数据覆盖现有信息。 如果 ETag 不匹配,则将错误写入日志文件。

适用于