CustomDomainParameters Class

The customDomain JSON object required for custom domain creation or update.

Inheritance
azure.mgmt.cdn._serialization.Model
CustomDomainParameters

Constructor

CustomDomainParameters(*, host_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
host_name
str

The host name of the custom domain. Must be a domain name.

Variables

Name Description
host_name
str

The host name of the custom domain. Must be a domain name.