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. |
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