Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdDomainProperties
-
Packages that use AfdDomainProperties Package Description com.azure.resourcemanager.cdn.fluent.models 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 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. withPreValidatedCustomDomainResourceId(ResourceReference preValidatedCustomDomainResourceId)Set the preValidatedCustomDomainResourceId property: Resource reference to the Azure resource where custom domain ownership was prevalidated.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.
-