AppServiceCertificateOrder 類別
SSL 憑證採購單。
變數只會由伺服器填入,而且會在傳送要求時予以忽略。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.web.v2021_03_01.models._models_py3.ResourceAppServiceCertificateOrder
建構函式
AppServiceCertificateOrder(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, certificates: Dict[str, _models.AppServiceCertificate] | None = None, distinguished_name: str | None = None, validity_in_years: int = 1, key_size: int = 2048, product_type: str | _models.CertificateProductType | None = None, auto_renew: bool = True, csr: str | None = None, **kwargs: Any)
僅限關鍵字參數
名稱 | Description |
---|---|
kind
|
資源種類。 |
location
|
資源位置。 必要。 |
tags
|
資源標籤。 |
certificates
|
金鑰保存庫秘密的狀態。 |
distinguished_name
|
憑證辨別名稱。 |
validity_in_years
|
(的持續時間必須是 1) 。 預設值: 1
|
key_size
|
憑證金鑰大小。 預設值: 2048
|
product_type
|
憑證產品類型。 已知值為:「StandardDomainValidatedSsl」 和 「StandardDomainValidatedWildCardSsl」。 |
auto_renew
|
預設值: True
|
csr
|
為此訂單建立的最後一個 CSR。 |
變數
名稱 | Description |
---|---|
id
|
資源識別碼。 |
name
|
資源名稱。 |
kind
|
資源種類。 |
location
|
資源位置。 必要。 |
type
|
資源類型。 |
tags
|
資源標籤。 |
certificates
|
金鑰保存庫秘密的狀態。 |
distinguished_name
|
憑證辨別名稱。 |
domain_verification_token
|
網域驗證權杖。 |
validity_in_years
|
(的持續時間必須是 1) 。 |
key_size
|
憑證金鑰大小。 |
product_type
|
憑證產品類型。 已知值為:「StandardDomainValidatedSsl」 和 「StandardDomainValidatedWildCardSsl」。 |
auto_renew
|
|
provisioning_state
|
憑證訂單的狀態。 已知值為:「Succeeded」、「Failed」、「Canceled」、「InProgress」 和 「刪除」。 |
status
|
目前的訂單狀態。 已知值為:「Pendingissuance」、「Issued」、「Revoked」、「Canceled」、「Denied」、「Pendingrevocation」、「PendingRekey」、「Unused」、「Expired」、「NotSubmitted」。 |
signed_certificate
|
已簽署的憑證。 |
csr
|
為此訂單建立的最後一個 CSR。 |
intermediate
|
中繼憑證。 |
root
|
根憑證。 |
serial_number
|
憑證的目前序號。 |
last_certificate_issuance_time
|
上次發行憑證的時間。 |
expiration_time
|
憑證到期時間。 |
is_private_key_external
|
|
app_service_certificate_not_renewable_reasons
|
App Service憑證目前無法更新的原因。 |
next_auto_renewal_time_stamp
|
憑證下次自動更新時的時間戳記。 |
contact
|
連絡人資訊。 |