AppServiceCertificateOrderPatchResource interface
透過 Azure 購買之憑證訂單的 ARM 資源。
- Extends
屬性
app |
App Service 憑證目前無法更新的原因。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
auto |
|
certificates | Key Vault 秘密的狀態。 |
contact | 聯繫人資訊注意:此屬性將不會串行化。 它只能由伺服器填入。 |
csr | 為此訂單建立的最後一個 CSR。 |
distinguished |
憑證辨別名稱。 |
domain |
網域驗證令牌。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
expiration |
憑證到期時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
intermediate | 中繼憑證。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
is |
如果私鑰是外部的, |
key |
憑證金鑰大小。 |
last |
上次發行時間的憑證。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
next |
憑證下次自動更新時的時間戳注意:這個屬性將不會串行化。 它只能由伺服器填入。 |
product |
憑證產品類型。 |
provisioning |
憑證訂單的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
root | 跟證書。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
serial |
憑證的目前序號。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
signed |
簽署的憑證。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
status | 目前訂單狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
validity |
年份的持續時間(必須是1)。 |
繼承的屬性
id | 資源標識碼。注意:此屬性將不會串行化。 它只能由伺服器填入。 |
kind | 資源種類。 |
name | 資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
appServiceCertificateNotRenewableReasons
App Service 憑證目前無法更新的原因。 注意:這個屬性不會串行化。 它只能由伺服器填入。
appServiceCertificateNotRenewableReasons?: string[]
屬性值
string[]
autoRenew
true
憑證到期時應自動更新;否則,false
。
autoRenew?: boolean
屬性值
boolean
certificates
Key Vault 秘密的狀態。
certificates?: {[propertyName: string]: AppServiceCertificate}
屬性值
{[propertyName: string]: AppServiceCertificate}
contact
csr
為此訂單建立的最後一個 CSR。
csr?: string
屬性值
string
distinguishedName
憑證辨別名稱。
distinguishedName?: string
屬性值
string
domainVerificationToken
網域驗證令牌。 注意:這個屬性不會串行化。 它只能由伺服器填入。
domainVerificationToken?: string
屬性值
string
expirationTime
憑證到期時間。 注意:這個屬性不會串行化。 它只能由伺服器填入。
expirationTime?: Date
屬性值
Date
intermediate
isPrivateKeyExternal
如果私鑰是外部的,true
;否則,false
。
注意:這個屬性不會串行化。 它只能由伺服器填入。
isPrivateKeyExternal?: boolean
屬性值
boolean
keySize
憑證金鑰大小。
keySize?: number
屬性值
number
lastCertificateIssuanceTime
上次發行時間的憑證。 注意:這個屬性不會串行化。 它只能由伺服器填入。
lastCertificateIssuanceTime?: Date
屬性值
Date
nextAutoRenewalTimeStamp
憑證下次自動更新時的時間戳注意:這個屬性將不會串行化。 它只能由伺服器填入。
nextAutoRenewalTimeStamp?: Date
屬性值
Date
productType
provisioningState
root
serialNumber
憑證的目前序號。 注意:這個屬性不會串行化。 它只能由伺服器填入。
serialNumber?: string
屬性值
string
signedCertificate
status
validityInYears
年份的持續時間(必須是1)。
validityInYears?: number
屬性值
number
繼承的屬性詳細資料
id
kind
name
資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自