共用方式為


SnapshotRestoreRequest.IgnoreConflictingHostNames 屬性

定義

取得或設定 true 時,復原至目標 Web 應用程式時,將會忽略自訂主機名稱衝突。 只有在啟用 RecoverConfiguration 時,才需要此設定。

[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

適用於