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.

Constructor

AFDDomainUpdateParameters(*, tls_settings: _models.AFDDomainHttpsParameters | None = None, azure_dns_zone: _models.ResourceReference | None = None, pre_validated_custom_domain_resource_id: _models.ResourceReference | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tls_settings

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

Resource reference to the Azure DNS zone.

pre_validated_custom_domain_resource_id

Resource reference to the Azure resource where custom domain ownership was prevalidated.

Variables

Name Description
profile_name
str

The name of the profile which holds the domain.

tls_settings

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

Resource reference to the Azure DNS zone.

pre_validated_custom_domain_resource_id

Resource reference to the Azure resource where custom domain ownership was prevalidated.