CustomDnsSuffixConfiguration Class

Full view of the custom domain suffix configuration for ASEv3.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2023_01_01.models._models_py3.ProxyOnlyResource
CustomDnsSuffixConfiguration

Constructor

CustomDnsSuffixConfiguration(*, kind: str | None = None, dns_suffix: str | None = None, certificate_url: str | None = None, key_vault_reference_identity: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

dns_suffix
str

The default custom domain suffix to use for all sites deployed on the ASE.

certificate_url
str

The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.

key_vault_reference_identity
str

The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

provisioning_state

Known values are: "Succeeded", "Failed", "Degraded", and "InProgress".

provisioning_details
str
dns_suffix
str

The default custom domain suffix to use for all sites deployed on the ASE.

certificate_url
str

The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.

key_vault_reference_identity
str

The user-assigned identity to use for resolving the key vault certificate reference. If not specified, the system-assigned ASE identity will be used if available.