Interface ApplicationGateway.UpdateStages.WithAuthenticationCertificate

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

public static interface ApplicationGateway.UpdateStages.WithAuthenticationCertificate
The stage of an application gateway update allowing to manage authentication certificates for the backends to use.
  • Method Details

    • defineAuthenticationCertificate

      Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends.
      Parameters:
      name - a unique name for the certificate
      Returns:
      the first stage of the certificate definition
    • withoutAuthenticationCertificate

      ApplicationGateway.Update withoutAuthenticationCertificate(String name)
      Removes an existing application gateway authentication certificate.
      Parameters:
      name - the name of an existing certificate
      Returns:
      the next stage of the update