RestoreRequest.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)

public bool IgnoreConflictingHostNames { get; set; }

Property Value

Type: System.Boolean
Return to top
Show: