CustomDomainConfiguration Class
Configuration properties for apps environment custom domain.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelCustomDomainConfiguration
Constructor
CustomDomainConfiguration(*, dns_suffix: str | None = None, certificate_value: bytes | None = None, certificate_password: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
dns_suffix
|
Dns suffix for the environment domain. |
certificate_value
|
PFX or PEM blob. |
certificate_password
|
Certificate password. |
Variables
Name | Description |
---|---|
custom_domain_verification_id
|
Id used to verify domain name ownership. |
dns_suffix
|
Dns suffix for the environment domain. |
certificate_value
|
PFX or PEM blob. |
certificate_password
|
Certificate password. |
expiration_date
|
Certificate expiration date. |
thumbprint
|
Certificate thumbprint. |
subject_name
|
Subject name of the certificate. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python