WebSiteUpdateParameters.HostNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. An array of strings that contains the public host names for the web site, including custom domains. Important: When you add a custom domain in a PUT operation, be sure to include every host name that you want for the web site. To delete a custom domain name in a PUT operation, include all of the host names for the web site that you want to keep, but leave out the one that you want to delete.
public System.Collections.Generic.IList<string> HostNames { get; set; }
member this.HostNames : System.Collections.Generic.IList<string> with get, set
Public Property HostNames As IList(Of String)