HostNameSslState Class
SSL-enabled hostname.
- Inheritance
-
azure.mgmt.web._serialization.ModelHostNameSslState
Constructor
HostNameSslState(*, name: str | None = None, ssl_state: str | _models.SslState | None = None, virtual_ip: str | None = None, thumbprint: str | None = None, to_update: bool | None = None, host_type: str | _models.HostType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Hostname. |
ssl_state
|
SSL type. Known values are: "Disabled", "SniEnabled", and "IpBasedEnabled". |
virtual_ip
|
Virtual IP address assigned to the hostname if IP based SSL is enabled. |
thumbprint
|
SSL certificate thumbprint. |
to_update
|
Set to |
host_type
|
Indicates whether the hostname is a standard or repository hostname. Known values are: "Standard" and "Repository". |
Variables
Name | Description |
---|---|
name
|
Hostname. |
ssl_state
|
SSL type. Known values are: "Disabled", "SniEnabled", and "IpBasedEnabled". |
virtual_ip
|
Virtual IP address assigned to the hostname if IP based SSL is enabled. |
thumbprint
|
SSL certificate thumbprint. |
to_update
|
Set to |
host_type
|
Indicates whether the hostname is a standard or repository hostname. Known values are: "Standard" and "Repository". |
Azure SDK for Python