Interface HasSslCertificate<T>
- Type Parameters:
T
- the SSL certificate type
- All Known Subinterfaces:
ApplicationGatewayListener
,ApplicationGatewayRequestRoutingRule
public interface HasSslCertificate<T>
An interface representing a model's ability to reference an SSL certificate.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of definition stages involving specifying an SSL certificate.static interface
Grouping of definition stages applicable as part of a resource update, involving modifying the SSL certificates.static interface
Grouping of update stages involving modifying SSL certificates. -
Method Summary
-
Method Details
-
sslCertificate
T sslCertificate()- Returns:
- the associated SSL certificate, if any
-