CheckNameAvailabilityOutputInner |
AfdProfilesClient.checkHostnameAvailability(String resourceGroupName,
String profileName,
CheckHostnameAvailabilityInput checkHostnameAvailabilityInput) |
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
Mono<CheckNameAvailabilityOutputInner> |
AfdProfilesClient.checkHostnameAvailabilityAsync(String resourceGroupName,
String profileName,
CheckHostnameAvailabilityInput checkHostnameAvailabilityInput) |
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner> |
AfdProfilesClient.checkHostnameAvailabilityWithResponse(String resourceGroupName,
String profileName,
CheckHostnameAvailabilityInput checkHostnameAvailabilityInput,
com.azure.core.util.Context context) |
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|
Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>> |
AfdProfilesClient.checkHostnameAvailabilityWithResponseAsync(String resourceGroupName,
String profileName,
CheckHostnameAvailabilityInput checkHostnameAvailabilityInput) |
Validates the custom domain mapping to ensure it maps to the correct CDN endpoint in DNS.
|