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

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
str

Dns suffix for the environment domain.

certificate_value

PFX or PEM blob.

certificate_password
str

Certificate password.

Variables

Name Description
custom_domain_verification_id
str

Id used to verify domain name ownership.

dns_suffix
str

Dns suffix for the environment domain.

certificate_value

PFX or PEM blob.

certificate_password
str

Certificate password.

expiration_date

Certificate expiration date.

thumbprint
str

Certificate thumbprint.

subject_name
str

Subject name of the certificate.