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.ModelDeepCreatedCustomDomain
Constructor
DeepCreatedCustomDomain(*, name: str, host_name: str | None = None, validation_data: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Custom domain name. Required. |
host_name
|
The host name of the custom domain. Must be a domain name. |
validation_data
|
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
|
Custom domain name. Required. |
host_name
|
The host name of the custom domain. Must be a domain name. |
validation_data
|
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. |
Azure SDK for Python