Uses of Class
com.azure.resourcemanager.cdn.fluent.models.AfdDomainUpdatePropertiesParameters
-
Packages that use AfdDomainUpdatePropertiesParameters Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient. -
-
Uses of AfdDomainUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.models
Subclasses of AfdDomainUpdatePropertiesParameters in com.azure.resourcemanager.cdn.fluent.models Modifier and Type Class Description classAfdDomainPropertiesThe JSON object that contains the properties of the domain to create.Methods in com.azure.resourcemanager.cdn.fluent.models that return AfdDomainUpdatePropertiesParameters Modifier and Type Method Description AfdDomainUpdatePropertiesParametersAfdDomainUpdatePropertiesParameters. withAzureDnsZone(ResourceReference azureDnsZone)Set the azureDnsZone property: Resource reference to the Azure DNS zone.AfdDomainUpdatePropertiesParametersAfdDomainUpdatePropertiesParameters. withPreValidatedCustomDomainResourceId(ResourceReference preValidatedCustomDomainResourceId)Set the preValidatedCustomDomainResourceId property: Resource reference to the Azure resource where custom domain ownership was prevalidated.AfdDomainUpdatePropertiesParametersAfdDomainUpdatePropertiesParameters. 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.
-