Uses of Class
com.azure.resourcemanager.cdn.fluent.models.CustomDomainProperties
-
Packages that use CustomDomainProperties Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient. -
-
Uses of CustomDomainProperties in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return CustomDomainProperties Modifier and Type Method Description CustomDomainPropertiesCustomDomainProperties. withCustomHttpsParameters(CustomDomainHttpsParameters customHttpsParameters)Set the customHttpsParameters property: Certificate parameters for securing custom HTTPS.CustomDomainPropertiesCustomDomainProperties. withHostname(String hostname)Set the hostname property: The host name of the custom domain.CustomDomainPropertiesCustomDomainProperties. withValidationData(String validationData)Set the validationData property: Special validation or data may be required when delivering CDN to some regions due to local compliance reasons.
-