HostNameSslState 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-enabled hostname.
public class HostNameSslState
type HostNameSslState = class
Public Class HostNameSslState
- Inheritance
-
HostNameSslState
Constructors
HostNameSslState() |
Initializes a new instance of the HostNameSslState class. |
HostNameSslState(String, Nullable<SslState>, String, String, Nullable<Boolean>, Nullable<HostType>) |
Initializes a new instance of the HostNameSslState class. |
Properties
HostType |
Gets or sets indicates whether the hostname is a standard or repository hostname. Possible values include: 'Standard', 'Repository' |
Name |
Gets or sets hostname. |
SslState |
Gets or sets SSL type. Possible values include: 'Disabled', 'SniEnabled', 'IpBasedEnabled' |
Thumbprint |
Gets or sets SSL certificate thumbprint. |
ToUpdate |
Gets or sets set to <code>true</code> to update existing hostname. |
VirtualIP |
Gets or sets virtual IP address assigned to the hostname if IP based SSL is enabled. |
Applies to
Azure SDK for .NET