WebSite.HostNameSslStates Property
Gets or sets a collection of WebSite.WebSiteHostNameSslState objects that lists the SSL states that are bound to the web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public IList<WebSite.WebSiteHostNameSslState> HostNameSslStates { get; set; }
public:
property IList<WebSite::WebSiteHostNameSslState^>^ HostNameSslStates {
IList<WebSite::WebSiteHostNameSslState^>^ get();
void set(IList<WebSite::WebSiteHostNameSslState^>^ value);
}
member HostNameSslStates : IList<WebSite.WebSiteHostNameSslState> with get, set
Public Property HostNameSslStates As IList(Of WebSite.WebSiteHostNameSslState)
Property Value
Type: System.Collections.Generic.IList<WebSite.WebSiteHostNameSslState>
A collection of WebSite.WebSiteHostNameSslState objects.
See Also
WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top