你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HostNameSslState interface

SSL-enabled hostname.

Properties

hostType

Indicates whether the hostname is a standard or repository hostname.

name

Hostname.

sslState

SSL type.

thumbprint

SSL certificate thumbprint.

toUpdate

Set to true to update existing hostname.

virtualIP

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

Property Details

hostType

Indicates whether the hostname is a standard or repository hostname.

hostType?: HostType

Property Value

name

Hostname.

name?: string

Property Value

string

sslState

SSL type.

sslState?: SslState

Property Value

thumbprint

SSL certificate thumbprint.

thumbprint?: string

Property Value

string

toUpdate

Set to true to update existing hostname.

toUpdate?: boolean

Property Value

boolean

virtualIP

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

virtualIP?: string

Property Value

string