你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AppPlatformContentCertificateProperties 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从密钥保管库导入的证书的属性。
public class AppPlatformContentCertificateProperties : Azure.ResourceManager.AppPlatform.Models.AppPlatformCertificateProperties
type AppPlatformContentCertificateProperties = class
inherit AppPlatformCertificateProperties
Public Class AppPlatformContentCertificateProperties
Inherits AppPlatformCertificateProperties
- 继承
构造函数
AppPlatformContentCertificateProperties() |
初始化 AppPlatformContentCertificateProperties 的新实例。 |
属性
ActivateOn |
证书的激活日期。 (继承自 AppPlatformCertificateProperties) |
Content |
上传的证书的内容。 |
DnsNames |
证书的域列表。 (继承自 AppPlatformCertificateProperties) |
ExpireOn |
证书的到期日期。 (继承自 AppPlatformCertificateProperties) |
IssuedOn |
证书的颁发日期。 (继承自 AppPlatformCertificateProperties) |
Issuer |
证书的颁发者。 (继承自 AppPlatformCertificateProperties) |
ProvisioningState |
证书的预配状态。 (继承自 AppPlatformCertificateProperties) |
SubjectName |
证书的使用者名称。 (继承自 AppPlatformCertificateProperties) |
Thumbprint |
证书的指纹。 (继承自 AppPlatformCertificateProperties) |