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

HostNameSslBinding Interface

public interface HostNameSslBinding extends HasInner,ChildResource

An immutable representation of an host name SSL binding.

Method Summary

Modifier and Type Method and Description
SslState sslState()
String thumbprint()
String virtualIP()

Inherited Members

Method Details

sslState

public SslState sslState()

Returns:

the SSL type

thumbprint

public String thumbprint()

Returns:

the SSL cert thumbprint.

virtualIP

public String virtualIP()

Returns:

the virtual IP address assigned to the host name if IP based SSL is enabled

Applies to