你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithSslCertificate<ParentT> 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许指定 SSL 证书的应用程序网关请求路由规则的阶段。
public interface IWithSslCertificate<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasSslCertificate.UpdateDefinition.IWithSslCertificate<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithBackendHttpConfigOrSniOrRedirect<ParentT>>
type IWithSslCertificate<'ParentT> = interface
interface IWithSslCertificate<IWithBackendHttpConfigOrSniOrRedirect<'ParentT>>
Public Interface IWithSslCertificate(Of ParentT)
Implements IWithSslCertificate(Of IWithBackendHttpConfigOrSniOrRedirect(Of ParentT))
类型参数
- ParentT
定义的下一阶段。
- 派生
- 实现
方法
WithSslCertificate(String) |
指定要与此资源关联的 SSL 证书。 如果证书尚不存在,则必须在父资源定义的可选部分中定义该证书。 (继承自 IWithSslCertificate<ReturnT>) |
WithSslCertificateFromKeyVaultSecretId(String) |
使用密钥保管库来分隔私钥的内容。 (继承自 IWithSslCertificate<ReturnT>) |
WithSslCertificateFromPfxFile(FileInfo) |
指定要将 SSL 证书从 导入到与此资源关联的 PFX 文件。 将使用自动生成的名称来命名证书。 (继承自 IWithSslCertificate<ReturnT>) |