Uses of Class
com.azure.resourcemanager.search.models.SearchServiceUpdate
-
Packages that use SearchServiceUpdate 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 SearchServiceUpdate in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent with parameters of type SearchServiceUpdate Modifier and Type Method Description SearchServiceInnerServicesClient. update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)Updates an existing search service in the given resource group.Mono<SearchServiceInner>ServicesClient. updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam)Updates an existing search service in the given resource group.Mono<SearchServiceInner>ServicesClient. updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId)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 SearchServiceUpdate Modifier and Type Method Description SearchServiceUpdateSearchServiceUpdate. withHostingMode(HostingMode hostingMode)Set the hostingMode property: Applicable only for the standard3 SKU.SearchServiceUpdateSearchServiceUpdate. withIdentity(Identity identity)Set the identity property: The identity of the resource.SearchServiceUpdateSearchServiceUpdate. withLocation(String location)Set the location property: The geographic location of the resource.SearchServiceUpdateSearchServiceUpdate. withNetworkRuleSet(NetworkRuleSet networkRuleSet)Set the networkRuleSet property: Network specific rules that determine how the Azure Cognitive Search service may be reached.SearchServiceUpdateSearchServiceUpdate. 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.SearchServiceUpdateSearchServiceUpdate. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.SearchServiceUpdateSearchServiceUpdate. withReplicaCount(Integer replicaCount)Set the replicaCount property: The number of replicas in the search service.SearchServiceUpdateSearchServiceUpdate. withSku(Sku sku)Set the sku property: The SKU of the Search Service, which determines price tier and capacity limits.SearchServiceUpdateSearchServiceUpdate. withTags(Map<String,String> tags)Set the tags property: Tags to help categorize the resource in the Azure portal.
-