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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java