RestoreRequestInner.IgnoreConflictingHostNames Property

Definition

Gets or sets changes a logic when restoring an app with custom domains. <code>true</code> to remove custom domains automatically. If <code>false</code>, custom domains are added to the app's object when it is being restored, but that might fail due to conflicts during the operation.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to