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) Check the name availability of a host name.AfdProfilesClient.checkHostnameAvailabilityAsync(String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput) Check the name availability of a host name.com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>AfdProfilesClient.checkHostnameAvailabilityWithResponse(String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput, com.azure.core.util.Context context) Check the name availability of a host name.Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityOutputInner>>AfdProfilesClient.checkHostnameAvailabilityWithResponseAsync(String resourceGroupName, String profileName, CheckHostnameAvailabilityInput checkHostnameAvailabilityInput) Check the name availability of a host name. -
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.