AFDDomainUpdateParameters Class
The domain JSON object required for domain creation or update.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
AFDDomainUpdateParameters
Constructor
AFDDomainUpdateParameters(*, tls_settings: Optional[azure.mgmt.cdn.models._models_py3.AFDDomainHttpsParameters] = None, azure_dns_zone: Optional[azure.mgmt.cdn.models._models_py3.ResourceReference] = None, pre_validated_custom_domain_resource_id: Optional[azure.mgmt.cdn.models._models_py3.ResourceReference] = None, **kwargs)
Variables
- profile_name
- str
The name of the profile which holds the domain.
- tls_settings
- AFDDomainHttpsParameters
The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate. If not specified, enabling ssl uses AzureFrontDoor managed certificate by default.
- azure_dns_zone
- ResourceReference
Resource reference to the Azure DNS zone.
- pre_validated_custom_domain_resource_id
- ResourceReference
Resource reference to the Azure resource where custom domain ownership was prevalidated.
Feedback
Submit and view feedback for