Uses of Class
com.azure.resourcemanager.search.models.SearchServiceUpdate
Packages that use SearchServiceUpdate
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of SearchServiceUpdate in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent with parameters of type SearchServiceUpdateModifier and TypeMethodDescriptionServicesClient.update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam) Updates an existing search service in the given resource group.ServicesClient.updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam) Updates an existing search service in the given resource group.com.azure.core.http.rest.Response<SearchServiceInner>ServicesClient.updateWithResponse(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId, com.azure.core.util.Context context) Updates an existing search service in the given resource group.Mono<com.azure.core.http.rest.Response<SearchServiceInner>>ServicesClient.updateWithResponseAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId) Updates an existing search service in the given resource group. -
Uses of SearchServiceUpdate in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return SearchServiceUpdateModifier and TypeMethodDescriptionSearchServiceUpdate.withAuthOptions(DataPlaneAuthOptions authOptions) Set the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.SearchServiceUpdate.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: When set to true, calls to the search service will not be permitted to utilize API keys for authentication.SearchServiceUpdate.withEncryptionWithCmk(EncryptionWithCmk encryptionWithCmk) Set the encryptionWithCmk property: Specifies any policy regarding encryption of resources (such as indexes) using customer manager keys within a search service.SearchServiceUpdate.withHostingMode(HostingMode hostingMode) Set the hostingMode property: Applicable only for the standard3 SKU.SearchServiceUpdate.withIdentity(Identity identity) Set the identity property: The identity of the resource.SearchServiceUpdate.withLocation(String location) Set the location property: The geographic location of the resource.SearchServiceUpdate.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network-specific rules that determine how the search service may be reached.SearchServiceUpdate.withPartitionCount(Integer partitionCount) Set the partitionCount property: The number of partitions in the search service; if specified, it can be 1, 2, 3, 4, 6, or 12.SearchServiceUpdate.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.SearchServiceUpdate.withReplicaCount(Integer replicaCount) Set the replicaCount property: The number of replicas in the search service.SearchServiceUpdate.withSemanticSearch(SearchSemanticSearch semanticSearch) Set the semanticSearch property: Sets options that control the availability of semantic search.Set the sku property: The SKU of the search service, which determines the billing rate and capacity limits.Set the tags property: Tags to help categorize the resource in the Azure portal.