WebSiteUpdateParameters.WebSiteHostNameSslState Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET