Uses of Class
com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput
Packages that use CheckNameAvailabilityOutput
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of CheckNameAvailabilityOutput in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent that return CheckNameAvailabilityOutputModifier and TypeMethodDescriptionServicesClient.checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput) Checks whether or not the given search service name is available for use.Methods in com.azure.resourcemanager.search.fluent that return types with arguments of type CheckNameAvailabilityOutputModifier and TypeMethodDescriptionServicesClient.checkNameAvailabilityAsync(CheckNameAvailabilityInput checkNameAvailabilityInput) Checks whether or not the given search service name is available for use.com.azure.core.http.rest.Response<CheckNameAvailabilityOutput>ServicesClient.checkNameAvailabilityWithResponse(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId, com.azure.core.util.Context context) Checks whether or not the given search service name is available for use.Mono<com.azure.core.http.rest.Response<CheckNameAvailabilityOutput>>ServicesClient.checkNameAvailabilityWithResponseAsync(CheckNameAvailabilityInput checkNameAvailabilityInput, UUID clientRequestId) Checks whether or not the given search service name is available for use. -
Uses of CheckNameAvailabilityOutput in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return CheckNameAvailabilityOutputModifier and TypeMethodDescriptionSearchServices.checkNameAvailability(String name) Checks if the specified Search service name is valid and available.Methods in com.azure.resourcemanager.search.models that return types with arguments of type CheckNameAvailabilityOutputModifier and TypeMethodDescriptionSearchServices.checkNameAvailabilityAsync(String name) Checks if Search service name is valid and is not in use asynchronously.