Uses of Class
com.azure.resourcemanager.search.models.CheckNameAvailabilityOutput
-
Packages that use CheckNameAvailabilityOutput Package Description com.azure.resourcemanager.search.fluent Package containing the service clients for SearchManagementClient.com.azure.resourcemanager.search.models 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 CheckNameAvailabilityOutput Modifier and Type Method Description CheckNameAvailabilityOutputServicesClient. checkNameAvailability(String name)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 CheckNameAvailabilityOutput Modifier and Type Method Description Mono<CheckNameAvailabilityOutput>ServicesClient. checkNameAvailabilityAsync(String name)Checks whether or not the given search service name is available for use.Mono<CheckNameAvailabilityOutput>ServicesClient. checkNameAvailabilityAsync(String name, UUID clientRequestId)Checks whether or not the given search service name is available for use.com.azure.core.http.rest.Response<CheckNameAvailabilityOutput>ServicesClient. checkNameAvailabilityWithResponse(String name, 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(String name, 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 CheckNameAvailabilityOutput Modifier and Type Method Description CheckNameAvailabilityOutputSearchServices. 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 CheckNameAvailabilityOutput Modifier and Type Method Description Mono<CheckNameAvailabilityOutput>SearchServices. checkNameAvailabilityAsync(String name)Checks if Search service name is valid and is not in use asynchronously.
-