你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithSslCert 接口

定义

允许修改 SSL 证书的应用程序网关更新阶段。

public interface IWithSslCert
type IWithSslCert = interface
Public Interface IWithSslCert
派生

方法

DefineSslCertificate(String)

开始定义要附加到网关的新应用程序网关 SSL 证书,以便在前端 HTTPS 侦听器中使用。

WithoutCertificate(String)

从应用程序网关中删除指定的 SSL 证书。 请注意,删除其他设置引用的证书可能会中断应用程序网关。

WithoutSslCertificate(String)

从应用程序网关中删除指定的 SSL 证书。 请注意,删除其他设置引用的证书可能会中断应用程序网关。

适用于