WebSiteUpdateParameters.HostNames Property

Definition

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)

Property Value

Applies to