Uses of Class
com.azure.resourcemanager.search.models.CheckNameAvailabilityInput
Packages that use CheckNameAvailabilityInput
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of CheckNameAvailabilityInput in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent with parameters of type CheckNameAvailabilityInputModifier and TypeMethodDescriptionServicesClient.checkNameAvailability(CheckNameAvailabilityInput checkNameAvailabilityInput) Checks whether or not the given search service name is available for use.ServicesClient.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 CheckNameAvailabilityInput in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return CheckNameAvailabilityInputModifier and TypeMethodDescriptionSet the name property: The search service name to validate.Set the type property: The type of the resource whose name is to be validated.