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

IApplicationGatewayAuthenticationCertificate 接口

定义

应用程序网关身份验证证书的客户端表示形式。

public interface IApplicationGatewayAuthenticationCertificate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayAuthenticationCertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayAuthenticationCertificate = interface
    interface IBeta
    interface IHasInner<ApplicationGatewayAuthenticationCertificateInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayAuthenticationCertificate
Implements IBeta, IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayAuthenticationCertificateInner), IHasParent(Of IApplicationGateway)
实现

属性

Data

获取 X.509 证书的 base-64 编码字节。

Inner

应用程序网关身份验证证书的客户端表示形式。

(继承自 IHasInner<T>)
Key

应用程序网关身份验证证书的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)

适用于