共用方式為


AppServiceCertificateOrderPatchResourcePropertiesOutput interface

AppServiceCertificateOrderPatchResource 資源特定屬性

屬性

appServiceCertificateNotRenewableReasons

App Service 憑證目前無法更新的原因。

autoRenew

true 憑證到期時應自動更新;否則,false

certificates

Key Vault 秘密的狀態。

contact

連絡資訊

csr

為此訂單建立的最後一個 CSR。

distinguishedName

憑證辨別名稱。

domainVerificationToken

網域驗證令牌。

expirationTime

憑證到期時間。

intermediate

中繼憑證。

isPrivateKeyExternal

如果私鑰是外部的,true;否則,false

keySize

憑證金鑰大小。

lastCertificateIssuanceTime

上次發行時間的憑證。

nextAutoRenewalTimeStamp

下次自動更新憑證的時間戳

productType

憑證產品類型。

provisioningState

憑證訂單的狀態。

root

跟證書。

serialNumber

憑證的目前序號。

signedCertificate

簽署的憑證。

status

目前訂單狀態。

validityInYears

年份的持續時間(必須是1)。

屬性詳細資料

appServiceCertificateNotRenewableReasons

App Service 憑證目前無法更新的原因。

appServiceCertificateNotRenewableReasons?: ("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]

屬性值

("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]

autoRenew

true 憑證到期時應自動更新;否則,false

autoRenew?: boolean

屬性值

boolean

certificates

Key Vault 秘密的狀態。

certificates?: Record<string, AppServiceCertificateOutput>

屬性值

Record<string, AppServiceCertificateOutput>

contact

連絡資訊

contact?: CertificateOrderContactOutput

屬性值

csr

為此訂單建立的最後一個 CSR。

csr?: string

屬性值

string

distinguishedName

憑證辨別名稱。

distinguishedName?: string

屬性值

string

domainVerificationToken

網域驗證令牌。

domainVerificationToken?: string

屬性值

string

expirationTime

憑證到期時間。

expirationTime?: string

屬性值

string

intermediate

中繼憑證。

intermediate?: CertificateDetailsOutput

屬性值

isPrivateKeyExternal

如果私鑰是外部的,true;否則,false

isPrivateKeyExternal?: boolean

屬性值

boolean

keySize

憑證金鑰大小。

keySize?: number

屬性值

number

lastCertificateIssuanceTime

上次發行時間的憑證。

lastCertificateIssuanceTime?: string

屬性值

string

nextAutoRenewalTimeStamp

下次自動更新憑證的時間戳

nextAutoRenewalTimeStamp?: string

屬性值

string

productType

憑證產品類型。

productType: "StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"

屬性值

"StandardDomainValidatedSsl" | "StandardDomainValidatedWildCardSsl"

provisioningState

憑證訂單的狀態。

provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"

屬性值

"Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"

root

跟證書。

root?: CertificateDetailsOutput

屬性值

serialNumber

憑證的目前序號。

serialNumber?: string

屬性值

string

signedCertificate

簽署的憑證。

signedCertificate?: CertificateDetailsOutput

屬性值

status

目前訂單狀態。

status?: "Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"

屬性值

"Canceled" | "Pendingissuance" | "Issued" | "Revoked" | "Denied" | "Pendingrevocation" | "PendingRekey" | "Unused" | "Expired" | "NotSubmitted"

validityInYears

年份的持續時間(必須是1)。

validityInYears?: number

屬性值

number