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

RestoreRequestInner.IgnoreConflictingHostNames 属性

定义

获取或设置还原具有自定义域的应用时更改逻辑。 <code>true</code> 自动删除自定义域。 如果 <code>false</code>,则自定义域在还原时会添加到应用的 对象中,但这可能因操作过程中的冲突而失败。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ignoreConflictingHostNames")]
public bool? IgnoreConflictingHostNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ignoreConflictingHostNames")>]
member this.IgnoreConflictingHostNames : Nullable<bool> with get, set
Public Property IgnoreConflictingHostNames As Nullable(Of Boolean)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于