Uses of Class
com.azure.resourcemanager.search.models.SearchSemanticSearch
Packages that use SearchSemanticSearch
Package
Description
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of SearchSemanticSearch in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return SearchSemanticSearchModifier and TypeMethodDescriptionSearchServiceInner.semanticSearch()Get the semanticSearch property: Sets options that control the availability of semantic search.SearchServiceProperties.semanticSearch()Get the semanticSearch property: Sets options that control the availability of semantic search.Methods in com.azure.resourcemanager.search.fluent.models with parameters of type SearchSemanticSearchModifier and TypeMethodDescriptionSearchServiceInner.withSemanticSearch(SearchSemanticSearch semanticSearch) Set the semanticSearch property: Sets options that control the availability of semantic search.SearchServiceProperties.withSemanticSearch(SearchSemanticSearch semanticSearch) Set the semanticSearch property: Sets options that control the availability of semantic search. -
Uses of SearchSemanticSearch in com.azure.resourcemanager.search.models
Subclasses with type arguments of type SearchSemanticSearch in com.azure.resourcemanager.search.modelsModifier and TypeClassDescriptionfinal classSets options that control the availability of semantic search.Fields in com.azure.resourcemanager.search.models declared as SearchSemanticSearchModifier and TypeFieldDescriptionstatic final SearchSemanticSearchSearchSemanticSearch.DISABLEDStatic value disabled for SearchSemanticSearch.static final SearchSemanticSearchSearchSemanticSearch.FREEStatic value free for SearchSemanticSearch.static final SearchSemanticSearchSearchSemanticSearch.STANDARDStatic value standard for SearchSemanticSearch.Methods in com.azure.resourcemanager.search.models that return SearchSemanticSearchModifier and TypeMethodDescriptionstatic SearchSemanticSearchSearchSemanticSearch.fromString(String name) Creates or finds a SearchSemanticSearch from its string representation.SearchServiceUpdate.semanticSearch()Get the semanticSearch property: Sets options that control the availability of semantic search.Methods in com.azure.resourcemanager.search.models that return types with arguments of type SearchSemanticSearchModifier and TypeMethodDescriptionstatic Collection<SearchSemanticSearch> SearchSemanticSearch.values()Gets known SearchSemanticSearch values.Methods in com.azure.resourcemanager.search.models with parameters of type SearchSemanticSearchModifier and TypeMethodDescriptionSearchServiceUpdate.withSemanticSearch(SearchSemanticSearch semanticSearch) Set the semanticSearch property: Sets options that control the availability of semantic search.