| Modifier and Type | Method and Description |
|---|---|
CustomDomainValidationResult |
CdnEndpoint.validateCustomDomain(String hostName)
Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint.
|
CustomDomainValidationResult |
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 Type | Method and Description |
|---|---|
rx.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 Type | Method and Description |
|---|---|
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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/