DeepCreatedCustomDomain Class

Custom domains created on the CDN endpoint.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.cdn._serialization.Model
DeepCreatedCustomDomain

Constructor

DeepCreatedCustomDomain(*, name: str, host_name: str | None = None, validation_data: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Custom domain name. Required.

host_name
str

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

validation_data
str

Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.

Variables

Name Description
name
str

Custom domain name. Required.

host_name
str

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

validation_data
str

Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.