你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AppServiceCertificateOrder 类
SSL 证书采购订单。
变量仅由服务器填充,在发送请求时将被忽略。
必须填充所有必需的参数才能发送到 Azure。
- 继承
-
azure.mgmt.web.v2021_01_15.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)
仅限关键字的参数
名称 | 说明 |
---|---|
kind
|
资源类型。 |
location
|
资源位置。 必需。 |
tags
|
资源标记。 |
certificates
|
密钥保管库机密的状态。 |
distinguished_name
|
证书可分辨名称。 |
validity_in_years
|
以年为单位的持续时间 (必须为 1) 。 默认值: 1
|
key_size
|
证书密钥大小。 默认值: 2048
|
product_type
|
证书产品类型。 已知值为:“StandardDomainValidatedSsl”和“StandardDomainValidatedWildCardSsl”。 |
auto_renew
|
默认值: True
|
csr
|
为此订单创建的最后一个 CSR。 |
变量
名称 | 说明 |
---|---|
id
|
资源 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 服务证书不可续订的原因。 |
next_auto_renewal_time_stamp
|
证书下次自动续订的时间戳。 |
contact
|
联系信息。 |