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

IApplicationGatewaySslCertificate 接口

定义

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

public interface IApplicationGatewaySslCertificate : 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.ApplicationGatewaySslCertificateInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewaySslCertificate = interface
    interface IHasInner<ApplicationGatewaySslCertificateInner>
    interface IChildResource<IApplicationGateway>
    interface IHasName
    interface IIndexable
    interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewaySslCertificate
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewaySslCertificateInner), IHasParent(Of IApplicationGateway)
实现

属性

Inner

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

(继承自 IHasInner<T>)
Key

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

(继承自 IIndexable)
KeyVaultSecretId

获取存储在 KeyVault 中的 (base-64 编码的未加密 pfx) “Secret”或“Certificate”对象的机密 ID。

Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
PublicData

获取证书的公共数据。

适用于