WebSiteUpdateParameters.HostNames Property

 

Gets or sets an array of public hostnames for the web site, including custom domains.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public IList<string> HostNames { get; set; }

Property Value

Type: System.Collections.Generic.IList<String>

An array of public hostnames.

Return to top
Show: