WebSite::EnabledHostNames Property

 

Gets or sets an array of enabled hostnames for the web site.

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

public:
property IList<String^>^ EnabledHostNames {
	IList<String^>^ get();
	void set(IList<String^>^ value);
}

Property Value

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

An array of enabled hostnames.

By default, the hostnames are [SiteName].azurewebsites.net and [SiteName].scm.azurewebsites.net.

Return to top
Show: