HasSslCertificate<T> Interface
Type Parameters
- T
the SSL certificate type
public interface HasSslCertificate
An interface representing a model's ability to reference an SSL certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract T |
sslCertificate()
Gets the associated SSL certificate. |
Method Details
sslCertificate
public abstract T sslCertificate()
Gets the associated SSL certificate.
Returns:
the associated SSL certificate, if any
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java