Uses of Class
com.microsoft.azure.management.cdn.CustomDomainValidationResult
Packages that use CustomDomainValidationResult
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CustomDomainValidationResult in com.microsoft.azure.management.cdn
Methods in com.microsoft.azure.management.cdn 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.microsoft.azure.management.cdn that return types with arguments of type CustomDomainValidationResultModifier and TypeMethodDescriptionrx.Observable<CustomDomainValidationResult>CdnEndpoint.validateCustomDomainAsync(String hostName) Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously.com.microsoft.rest.ServiceFuture<CustomDomainValidationResult>CdnEndpoint.validateCustomDomainAsync(String hostName, com.microsoft.rest.ServiceCallback<CustomDomainValidationResult> callback) Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously.rx.Observable<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.com.microsoft.rest.ServiceFuture<CustomDomainValidationResult>CdnProfile.validateEndpointCustomDomainAsync(String endpointName, String hostName, com.microsoft.rest.ServiceCallback<CustomDomainValidationResult> callback) Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously.Method parameters in com.microsoft.azure.management.cdn with type arguments of type CustomDomainValidationResultModifier and TypeMethodDescriptioncom.microsoft.rest.ServiceFuture<CustomDomainValidationResult>CdnEndpoint.validateCustomDomainAsync(String hostName, com.microsoft.rest.ServiceCallback<CustomDomainValidationResult> callback) Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously.com.microsoft.rest.ServiceFuture<CustomDomainValidationResult>CdnProfile.validateEndpointCustomDomainAsync(String endpointName, String hostName, com.microsoft.rest.ServiceCallback<CustomDomainValidationResult> callback) Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously.