Uses of Class
com.azure.resourcemanager.cdn.models.CustomDomainValidationResult
-
Packages that use CustomDomainValidationResult Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of CustomDomainValidationResult in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CustomDomainValidationResult Modifier and Type Method Description CustomDomainValidationResultCdnEndpoint. validateCustomDomain(String hostName)Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint.CustomDomainValidationResultCdnProfile. validateEndpointCustomDomain(String endpointName, String hostName)Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type CustomDomainValidationResult Modifier and Type Method Description Mono<CustomDomainValidationResult>CdnEndpoint. validateCustomDomainAsync(String hostName)Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously.Mono<CustomDomainValidationResult>CdnProfile. validateEndpointCustomDomainAsync(String endpointName, String hostName)Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously.
-