SnapshotRestoreRequest.IgnoreConflictingHostNames 속성

정의

true이면 대상 웹앱으로 복구할 때 사용자 지정 호스트 이름 충돌이 무시됩니다. 이 설정은 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

적용 대상