AppServiceCertificateResource Class
Key Vault container ARM resource for a certificate that is purchased through Azure.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.web.v2020_06_01.models._models_py3.ResourceAppServiceCertificateResource
Constructor
AppServiceCertificateResource(*, location: str, kind: str | None = None, tags: Dict[str, str] | None = None, key_vault_id: str | None = None, key_vault_secret_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
kind
|
Kind of resource. |
location
|
Resource Location. Required. |
tags
|
Resource tags. |
key_vault_id
|
Key Vault resource Id. |
key_vault_secret_name
|
Key Vault secret name. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
location
|
Resource Location. Required. |
type
|
Resource type. |
tags
|
Resource tags. |
key_vault_id
|
Key Vault resource Id. |
key_vault_secret_name
|
Key Vault secret name. |
provisioning_state
|
Status of the Key Vault secret. Known values are: "Initialized", "WaitingOnCertificateOrder", "Succeeded", "CertificateOrderFailed", "OperationNotPermittedOnKeyVault", "AzureServiceUnauthorizedToAccessKeyVault", "KeyVaultDoesNotExist", "KeyVaultSecretDoesNotExist", "UnknownError", "ExternalPrivateKey", and "Unknown". |
Azure SDK for Python