CustomDomainConfiguration Class
Configuration properties for apps environment custom domain.
Constructor
CustomDomainConfiguration()
Variables
| Name | Description |
|---|---|
|
customDomainVerificationId
|
Id used to verify domain name ownership. |
|
dnsSuffix
|
Dns suffix for the environment domain. |
|
certificateKeyVaultProperties
|
<xref:<xref:"CertificateKeyVaultProperties">>
Certificate stored in Azure Key Vault. |
|
certificateValue
|
PFX or PEM blob. |
|
certificatePassword
|
Certificate password. |
|
expirationDate
|
Certificate expiration date. |
|
thumbprint
|
Certificate thumbprint. |
|
subjectName
|
Subject name of the certificate. |
Attributes
certificateKeyVaultProperties
Certificate stored in Azure Key Vault.
certificateKeyVaultProperties: CertificateKeyVaultProperties
certificatePassword
Certificate password.
certificatePassword: str
certificateValue
PFX or PEM blob.
certificateValue: str
customDomainVerificationId
Id used to verify domain name ownership.
customDomainVerificationId: str
dnsSuffix
Dns suffix for the environment domain.
dnsSuffix: str
expirationDate
Certificate expiration date.
expirationDate: str
subjectName
Subject name of the certificate.
subjectName: str
thumbprint
Certificate thumbprint.
thumbprint: str