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

AppServiceCertificateOrderPatch 类

定义

通过 Azure 购买的证书订单的 ARM 资源。

public class AppServiceCertificateOrderPatch : Azure.ResourceManager.Models.ResourceData
type AppServiceCertificateOrderPatch = class
    inherit ResourceData
Public Class AppServiceCertificateOrderPatch
Inherits ResourceData
继承
AppServiceCertificateOrderPatch

构造函数

AppServiceCertificateOrderPatch()

初始化 AppServiceCertificateOrderPatch 的新实例。

属性

AppServiceCertificateNotRenewableReasons

目前App 服务证书不可续订的原因。

Certificates

密钥保管库机密的状态。

Contact

联系信息。

Csr

为此订单创建的最后一个 CSR。

DistinguishedName

证书可分辨名称。

DomainVerificationToken

域验证令牌。

ExpireOn

证书过期时间。

Id

资源的完全限定的资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}。

(继承自 ResourceData)
Intermediate

中间证书。

IsAutoRenew

<如果证书过期时应自动续订,则 code 为 true</code>;否则为 <false></code>。>

IsPrivateKeyExternal

<如果私钥为外部,则为代码>true/code>;否则为<代码>false</code><。

KeySize

证书密钥大小。

Kind

资源类型。

LastCertificateIssuanceOn

证书上次颁发时间。

Name

资源的名称。

(继承自 ResourceData)
NextAutoRenewalTimeStamp

证书下次自动续订的时间戳。

ProductType

证书产品类型。

ProvisioningState

证书订单的状态。

ResourceType

资源类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”。

(继承自 ResourceData)
Root

根证书。

SerialNumber

证书的当前序列号。

SignedCertificate

签名的证书。

Status

当前订单状态。

SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

(继承自 ResourceData)
ValidityInYears

以年为单位的持续时间 (必须为 1) 。

适用于