WebSiteUpdateParameters.WebSiteHostNameSslState Class

Definition

SSL state of a site's hostname.

public class WebSiteUpdateParameters.WebSiteHostNameSslState
type WebSiteUpdateParameters.WebSiteHostNameSslState = class
Public Class WebSiteUpdateParameters.WebSiteHostNameSslState
Inheritance
WebSiteUpdateParameters.WebSiteHostNameSslState

Constructors

WebSiteUpdateParameters.WebSiteHostNameSslState()

Initializes a new instance of the WebSiteHostNameSslState class.

WebSiteUpdateParameters.WebSiteHostNameSslState(String, Nullable<WebSiteSslState>, Boolean)

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

Properties

Name

Required. The host name.

SslState

Required. The SSL state. Possible values are Disabled, SniEnabled, or IpBasedEnabled.

Thumbprint

Optional. A string that contains the thumbprint of the SSL certificate.

ToUpdate

Required. Indicates whether the SSL state will be updated.

Applies to