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