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

ApplicationGatewayTrustedClientCertificate 类

定义

应用程序网关的受信任客户端证书。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayTrustedClientCertificate : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayTrustedClientCertificate = class
    inherit SubResource
Public Class ApplicationGatewayTrustedClientCertificate
Inherits SubResource
继承
ApplicationGatewayTrustedClientCertificate
属性

构造函数

ApplicationGatewayTrustedClientCertificate()

初始化 ApplicationGatewayTrustedClientCertificate 类的新实例。

ApplicationGatewayTrustedClientCertificate(String, String, String, String, String, String, String, String)

初始化 ApplicationGatewayTrustedClientCertificate 类的新实例。

属性

ClientCertIssuerDN

获取客户端证书颁发者的可分辨名称。

Data

获取或设置证书公共数据。

Etag

获取一个唯一的只读字符串,每当资源更新时,该字符串都会更改。

Id

获取或设置资源 ID。

(继承自 SubResource)
Name

获取或设置应用程序网关中唯一的受信任客户端证书的名称。

ProvisioningState

获取受信任的客户端证书资源的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

Type

获取资源的类型。

ValidatedCertData

获取经过验证的证书数据。

适用于