Uses of Class
com.azure.resourcemanager.cdn.models.CheckHostnameAvailabilityInput
Packages that use CheckHostnameAvailabilityInput
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of CheckHostnameAvailabilityInput in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent with parameters of type CheckHostnameAvailabilityInputModifier and TypeMethodDescriptionAfdProfilesClient.checkHostnameAvailability(String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput) Validates the custom domain mapping to ensure it maps to the correct Azure Front Door endpoint in DNS.AfdProfilesClient.checkHostnameAvailabilityAsync(String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput) Validates the custom domain mapping to ensure it maps to the correct Azure Front Door 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 Azure Front Door 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 Azure Front Door endpoint in DNS. -
Uses of CheckHostnameAvailabilityInput in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return CheckHostnameAvailabilityInputModifier and TypeMethodDescriptionCheckHostnameAvailabilityInput.withHostname(String hostname) Set the hostname property: The host name to validate.