Share via


WebSiteUpdateParameters.WebSiteHostNameSslState Constructor (String, WebSiteSslState, Boolean)

 

Initializes a new instance of the WebSiteHostNameSslState class with required arguments.

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

Syntax

public WebSiteHostNameSslState(
    string name,
    WebSiteSslState sslState,
    bool toUpdate
)
public:
WebSiteHostNameSslState(
    String^ name,
    WebSiteSslState sslState,
    bool toUpdate
)
new : 
        name:string *
        sslState:WebSiteSslState *
        toUpdate:bool -> WebSiteHostNameSslState
Public Sub New (
    name As String,
    sslState As WebSiteSslState,
    toUpdate As Boolean
)

See Also

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

Return to top