ValidateCustomDomainOutput Class
Output of custom domain validation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelValidateCustomDomainOutput
Constructor
ValidateCustomDomainOutput(**kwargs: Any)
Variables
Name | Description |
---|---|
custom_domain_validated
|
Indicates whether the custom domain is valid or not. |
reason
|
The reason why the custom domain is not valid. |
message
|
Error message describing why the custom domain is not valid. |
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