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 |
---|---|
Ssl |
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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java