Share via


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

ApplicationGatewayAuthenticationCertificateInner 类

定义

应用程序网关的身份验证证书。

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

构造函数

ApplicationGatewayAuthenticationCertificateInner()

初始化 ApplicationGatewayAuthenticationCertificateInner 类的新实例。

ApplicationGatewayAuthenticationCertificateInner(String, String, ProvisioningState, String, String, String)

初始化 ApplicationGatewayAuthenticationCertificateInner 类的新实例。

属性

Data

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

Etag

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

Id

资源 ID

(继承自 SubResource)
Name

获取或设置应用程序网关中唯一的身份验证证书的名称。

ProvisioningState

获取身份验证证书资源的预配状态。 可能的值包括:“Succeeded”、“Updating”、“Deleting”、“Failed”

Type

获取资源的类型。

适用于