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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static 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

    Modifier and Type
    Method
    Description
    Gets the associated SSL certificate.
  • Method Details

    • sslCertificate

      T sslCertificate()
      Gets the associated SSL certificate.
      Returns:
      the associated SSL certificate, if any