Uses of Class
com.azure.resourcemanager.cdn.models.CustomDomainValidationResult
Packages that use CustomDomainValidationResult
Package
Description
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 CustomDomainValidationResultModifier and TypeMethodDescriptionCdnEndpoint.validateCustomDomain(String hostName) Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint.CdnProfile.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 CustomDomainValidationResultModifier and TypeMethodDescriptionCdnEndpoint.validateCustomDomainAsync(String hostName) Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously.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.