WebSiteUpdateParameters.HostNameSslStates Property
Gets or sets a collection of 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)
Usage
'Usage
Dim instance As WebSiteUpdateParameters
Dim value As IList(Of WebSiteHostNameSslState)
value = instance.HostNameSslStates
instance.HostNameSslStates = value
Syntax
'Declaration
Public Property HostNameSslStates As IList(Of WebSiteHostNameSslState)
public IList<WebSiteHostNameSslState> HostNameSslStates { get; set; }
public:
property IList<WebSiteHostNameSslState^>^ HostNameSslStates {
IList<WebSiteHostNameSslState^>^ get ();
void set (IList<WebSiteHostNameSslState^>^ value);
}
/** @property */
public IList<WebSiteHostNameSslState> get_HostNameSslStates ()
/** @property */
public void set_HostNameSslStates (IList<WebSiteHostNameSslState> value)
public function get HostNameSslStates () : IList<WebSiteHostNameSslState>
public function set HostNameSslStates (value : IList<WebSiteHostNameSslState>)
Property Value
A collection of WebSiteHostNameSslState objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebSiteUpdateParameters Class
WebSiteUpdateParameters Members
Microsoft.WindowsAzure.Management.WebSites.Models Namespace