HostNameSslState Class

SSL-enabled hostname.

Inheritance
azure.mgmt.web._serialization.Model
HostNameSslState

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
str

Hostname.

ssl_state

SSL type. Known values are: "Disabled", "SniEnabled", and "IpBasedEnabled".

virtual_ip
str

Virtual IP address assigned to the hostname if IP based SSL is enabled.

thumbprint
str

SSL certificate thumbprint.

to_update

Set to <code>true</code> to update existing hostname.

host_type

Indicates whether the hostname is a standard or repository hostname. Known values are: "Standard" and "Repository".

Variables

Name Description
name
str

Hostname.

ssl_state

SSL type. Known values are: "Disabled", "SniEnabled", and "IpBasedEnabled".

virtual_ip
str

Virtual IP address assigned to the hostname if IP based SSL is enabled.

thumbprint
str

SSL certificate thumbprint.

to_update

Set to <code>true</code> to update existing hostname.

host_type

Indicates whether the hostname is a standard or repository hostname. Known values are: "Standard" and "Repository".