Uses of Class
com.microsoft.azure.management.cdn.CustomDomainValidationResult
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of CustomDomainValidationResult in com.microsoft.azure.management.cdn
Modifier 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.Modifier 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.Modifier 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.