Package | Description |
---|---|
com.microsoft.azure.management.cdn |
This package contains the classes for CdnManagementClient.
|
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.
|
ServiceFuture<CustomDomainValidationResult> |
CdnEndpoint.validateCustomDomainAsync(String hostName,
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.
|
ServiceFuture<CustomDomainValidationResult> |
CdnProfile.validateEndpointCustomDomainAsync(String endpointName,
String hostName,
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 |
---|---|
ServiceFuture<CustomDomainValidationResult> |
CdnEndpoint.validateCustomDomainAsync(String hostName,
ServiceCallback<CustomDomainValidationResult> callback)
Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously.
|
ServiceFuture<CustomDomainValidationResult> |
CdnProfile.validateEndpointCustomDomainAsync(String endpointName,
String hostName,
ServiceCallback<CustomDomainValidationResult> callback)
Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS in current profile asynchronously.
|
Copyright © 2019. All rights reserved.