WebSiteRestoreDiscoverResponse.IgnoreConflictingHostNames Property
Optional. When restoring a site, custom domains might conflict with other site in the same datacenter. If this value is true, such hostnames will be ignored during restore. If this is false, the restore operation will fail on such conflict.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public bool IgnoreConflictingHostNames { get; set; }
public:
property bool IgnoreConflictingHostNames {
bool get();
void set(bool value);
}
member IgnoreConflictingHostNames : bool with get, set
Public Property IgnoreConflictingHostNames As Boolean
Property Value
Type: System.Boolean
See Also
WebSiteRestoreDiscoverResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top