共用方式為


RestoreRequestInner.IgnoreConflictingHostNames 屬性

定義

取得或設定使用自訂網域還原應用程式時的邏輯。 <code & gt;true & lt;/code & gt; 可自動移除自訂網域。 如果 & lt;code & gt;false & lt;/code & gt;,自訂網域會在還原時新增至應用程式的 物件,但這可能會因為作業期間發生衝突而失敗。

[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

適用於