Share via


WebSiteSslState Enumeration

 

Specifies the SSL state of a web site.

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

Syntax

public enum WebSiteSslState
public enum class WebSiteSslState
type WebSiteSslState
Public Enumeration WebSiteSslState

Members

Member name Description
Disabled

Specifies that the SSL state is Disabled.

IpBasedEnabled

Specifies that the SSL state is IPBasedEnabled.

SniEnabled

Specifies that the SSL state is SNIEnabled.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top