次の方法で共有


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

適用対象