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

IWithSslPassword<ParentT> 接口

定义

允许指定 SSL 证书的应用程序网关请求路由规则的阶段。

public interface IWithSslPassword<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.Definition.IWithSslPassword<ParentT>
type IWithSslPassword<'ParentT> = interface
    interface IWithSslPassword<'ParentT>
Public Interface IWithSslPassword(Of ParentT)
Implements IWithSslPassword(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的应用程序网关定义的阶段。

派生
实现
IWithSslPassword<ParentT>

方法

WithSslCertificatePassword(String)

指定包含导入 SSL 证书私钥的指定 PFX 文件的密码。

(继承自 IWithSslPassword<ReturnT>)

适用于