Uses of Class
com.azure.resourcemanager.cdn.models.AfdDomainProperties
-
Packages that use AfdDomainProperties Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of AfdDomainProperties in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return AfdDomainProperties Modifier and Type Method Description AfdDomainPropertiesAfdDomainProperties. withAzureDnsZone(ResourceReference azureDnsZone)Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainPropertiesAfdDomainProperties. withHostname(String hostname)Set the hostname property: The host name of the domain.AfdDomainPropertiesAfdDomainProperties. 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.
-