Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdDomainProperties
Packages that use AfdDomainProperties
Package
Description
Package containing the inner data models for CdnManagementClient.
-
Uses of AfdDomainProperties in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdDomainPropertiesModifier and TypeMethodDescriptionAfdDomainProperties.withAzureDnsZone(ResourceReference azureDnsZone) Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainProperties.withExtendedProperties(Map<String, String> extendedProperties) Set the extendedProperties property: Key-Value pair representing migration properties for domains.AfdDomainProperties.withHostname(String hostname) Set the hostname property: The host name of the domain.AfdDomainProperties.withPreValidatedCustomDomainResourceId(ResourceReference preValidatedCustomDomainResourceId) Set the preValidatedCustomDomainResourceId property: Resource reference to the Azure resource where custom domain ownership was prevalidated.AfdDomainProperties.withTlsSettings(AfdDomainHttpsParameters tlsSettings) Set the tlsSettings property: The configuration specifying how to enable HTTPS for the domain - using AzureFrontDoor managed certificate or user's own certificate.