CloudServiceVaultCertificate Class
Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCloudServiceVaultCertificate
Constructor
CloudServiceVaultCertificate(*, certificate_url: str | None = None, is_bootstrap_certificate: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
certificate_url
|
This is the URL of a certificate that has been uploaded to Key Vault as a secret. |
is_bootstrap_certificate
|
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates. |
Variables
Name | Description |
---|---|
certificate_url
|
This is the URL of a certificate that has been uploaded to Key Vault as a secret. |
is_bootstrap_certificate
|
Flag indicating if the certificate provided is a bootstrap certificate to be used by the Key Vault Extension to fetch the remaining certificates. |