Bagikan melalui


IWithSslCert Interface

Definition

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.

Applies to