Share via


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

IWithAuthenticationCertificate 接口

定义

应用程序网关更新的阶段,允许管理后端使用的身份验证证书。

public interface IWithAuthenticationCertificate : Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IWithAuthenticationCertificateBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthenticationCertificate = interface
    interface IWithAuthenticationCertificateBeta
    interface IBeta
Public Interface IWithAuthenticationCertificate
Implements IBeta, IWithAuthenticationCertificateBeta
派生
实现

方法

DefineAuthenticationCertificate(String)

开始定义要附加到网关供后端使用的新应用程序网关身份验证证书。

(继承自 IWithAuthenticationCertificateBeta)
WithoutAuthenticationCertificate(String)

删除现有的应用程序网关身份验证证书。

(继承自 IWithAuthenticationCertificateBeta)

适用于