CustomDomainParameters Class
The customDomain JSON object required for custom domain creation or update.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelCustomDomainParameters
Constructor
CustomDomainParameters(*, host_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
host_name
|
The host name of the custom domain. Must be a domain name. |
Variables
Name | Description |
---|---|
host_name
|
The host name of the custom domain. Must be a domain name. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python