AppServiceCertificate Class
Key Vault container for a certificate that is purchased through Azure.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web._serialization.ModelAppServiceCertificate
Constructor
AppServiceCertificate(*, key_vault_id: str | None = None, key_vault_secret_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_vault_id
|
Key Vault resource Id. |
key_vault_secret_name
|
Key Vault secret name. |
Variables
Name | Description |
---|---|
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python