Share via


WebSiteUpdateParameters.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<WebSiteUpdateParameters.WebSiteHostNameSslState> HostNameSslStates { get; set; }
public:
property IList<WebSiteUpdateParameters::WebSiteHostNameSslState^>^ HostNameSslStates {
    IList<WebSiteUpdateParameters::WebSiteHostNameSslState^>^ get();
    void set(IList<WebSiteUpdateParameters::WebSiteHostNameSslState^>^ value);
}
member HostNameSslStates : IList<WebSiteUpdateParameters.WebSiteHostNameSslState> with get, set
Public Property HostNameSslStates As IList(Of WebSiteUpdateParameters.WebSiteHostNameSslState)

Property Value

Type: System.Collections.Generic.IList<WebSiteUpdateParameters.WebSiteHostNameSslState>

A collection of WebSite.WebSiteHostNameSslState objects.

See Also

WebSiteUpdateParameters Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top