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

AppServiceCertificateOrderPatchResource 类

定义

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

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

构造函数

AppServiceCertificateOrderPatchResource()

初始化 AppServiceCertificateOrderPatchResource 类的新实例。

AppServiceCertificateOrderPatchResource(CertificateProductType, String, String, String, String, IDictionary<String,AppServiceCertificate>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<ProvisioningState>, Nullable<CertificateOrderStatus>, CertificateDetails, String, CertificateDetails, CertificateDetails, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, IList<String>, Nullable<DateTime>, CertificateOrderContact)

初始化 AppServiceCertificateOrderPatchResource 类的新实例。

属性

AppServiceCertificateNotRenewableReasons

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

AutoRenew

如果证书应在证书过期时自动续订,则获取或设置 &lt;code&gt;true&lt;/code&gt;;否则为 &lt;code&gt;false&lt;/code&gt;。

Certificates

获取或设置密钥保管库机密的状态。

Contact

获取联系人信息

Csr

获取或设置为此订单创建的最后一个 CSR。

DistinguishedName

获取或设置证书可分辨名称。

DomainVerificationToken

获取域验证令牌。

ExpirationTime

获取证书过期时间。

Id

获取资源 ID。

(继承自 ProxyOnlyResource)
Intermediate

获取中间证书。

IsPrivateKeyExternal

如果私钥是外部的,则获取 &lt;code&gt;true&lt;/code&gt;否则, &获取 lt;code&gt;false&lt;/code&gt;。

KeySize

获取或设置证书密钥大小。

Kind

获取或设置资源类型。

(继承自 ProxyOnlyResource)
LastCertificateIssuanceTime

获取证书上次颁发时间。

Name

获取资源名称。

(继承自 ProxyOnlyResource)
NextAutoRenewalTimeStamp

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

ProductType

获取或设置证书产品类型。 可能的值包括:“StandardDomainValidatedSsl”、“StandardDomainValidatedWildCardSsl”

ProvisioningState

获取证书订单的状态。 可能的值包括:“Succeeded”、“Failed”、“Canceled”、“InProgress”、“删除”

Root

获取根证书。

SerialNumber

获取证书的当前序列号。

SignedCertificate

获取已签名的证书。

Status

获取当前订单状态。 可能的值包括:“Pendingissuance”、“Issued”、“Revoked”、“Canceled”、“Denied”、“Pendingrevocation”、“PendingRekey”、“Unused”、“Expired”、“NotSubmitted”

Type

获取资源类型。

(继承自 ProxyOnlyResource)
ValidityInYears

获取或设置以年为单位的持续时间, (必须为 1) 。

方法

Validate()

验证 对象。

适用于