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

AppPlatformContentCertificateProperties 类

定义

从密钥保管库导入的证书的属性。

public class AppPlatformContentCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties
type AppPlatformContentCertificateProperties = class
    inherit AppPlatformCertificateProperties
Public Class AppPlatformContentCertificateProperties
Inherits AppPlatformCertificateProperties
继承
AppPlatformContentCertificateProperties

构造函数

AppPlatformContentCertificateProperties()

初始化 AppPlatformContentCertificateProperties 的新实例。

属性

ActivateOn

证书的激活日期。

(继承自 AppPlatformCertificateProperties)
Content

上传的证书的内容。

DnsNames

证书的域列表。

(继承自 AppPlatformCertificateProperties)
ExpireOn

证书的到期日期。

(继承自 AppPlatformCertificateProperties)
IssuedOn

证书的颁发日期。

(继承自 AppPlatformCertificateProperties)
Issuer

证书的颁发者。

(继承自 AppPlatformCertificateProperties)
ProvisioningState

证书的预配状态。

(继承自 AppPlatformCertificateProperties)
SubjectName

证书的使用者名称。

(继承自 AppPlatformCertificateProperties)
Thumbprint

证书的指纹。

(继承自 AppPlatformCertificateProperties)

适用于