IWithSslCert Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an application gateway update allowing to modify SSL certificates.
public interface IWithSslCert
type IWithSslCert = interface
Public Interface IWithSslCert
- Derived
Methods
DefineSslCertificate(String) |
Begins the definition of a new application gateway SSL certificate to be attached to the gateway for use in frontend HTTPS listeners. |
WithoutCertificate(String) |
Removes the specified SSL certificate from the application gateway. Note that removing a certificate referenced by other settings may break the application gateway. |
WithoutSslCertificate(String) |
Removes the specified SSL certificate from the application gateway. Note that removing a certificate referenced by other settings may break the application gateway. |