Interface ApplicationGateway.UpdateStages.WithSslCert

All Known Subinterfaces:
ApplicationGateway.Update
Enclosing interface:
ApplicationGateway.UpdateStages

public static interface ApplicationGateway.UpdateStages.WithSslCert
The stage of an application gateway update allowing to modify SSL certificates.
  • Method Details

    • defineSslCertificate

      Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in frontend HTTPS listeners.
      Parameters:
      name - a unique name for the certificate
      Returns:
      the first stage of the certificate definition
    • withoutSslCertificate

      ApplicationGateway.Update withoutSslCertificate(String name)
      Removes the specified SSL certificate from the application gateway.

      Note that removing a certificate referenced by other settings may break the application gateway.

      Parameters:
      name - the name of the certificate to remove
      Returns:
      the next stage of the update