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 TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SearchServiceInner>, SearchServiceInner> ServicesClient.beginUpdate(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam) Updates an existing search service in the given resource group.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SearchServiceInner>, SearchServiceInner> ServicesClient.beginUpdate(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId, com.azure.core.util.Context context) Updates an existing search service in the given resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SearchServiceInner>, SearchServiceInner> ServicesClient.beginUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam) Updates an existing search service in the given resource group.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SearchServiceInner>, SearchServiceInner> ServicesClient.beginUpdateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId) Updates an existing search service in the given resource group.ServicesClient.update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam) Updates an existing search service in the given resource group.ServicesClient.update(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId, com.azure.core.util.Context context) 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.ServicesClient.updateAsync(String resourceGroupName, String searchServiceName, SearchServiceUpdate serviceParam, UUID clientRequestId) Updates an existing search service in the given resource group.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> 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 TypeMethodDescriptionstatic SearchServiceUpdateSearchServiceUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchServiceUpdate from the JsonReader.SearchServiceUpdate.withAuthOptions(DataPlaneAuthOptions authOptions) Set the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.SearchServiceUpdate.withComputeType(ComputeType computeType) Set the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.SearchServiceUpdate.withDataExfiltrationProtections(List<SearchDataExfiltrationProtection> dataExfiltrationProtections) Set the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service.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.withEndpoint(String endpoint) Set the endpoint property: The endpoint of the Azure AI Search service.SearchServiceUpdate.withHostingMode(HostingMode hostingMode) Set the hostingMode property: Applicable only for the standard3 SKU.SearchServiceUpdate.withIdentity(Identity identity) Set the identity property: Details about the search service identity.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 Azure AI 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 price tier and capacity limits.Set the tags property: Tags to help categorize the resource in the Azure portal.SearchServiceUpdate.withUpgradeAvailable(UpgradeAvailable upgradeAvailable) Set the upgradeAvailable property: Indicates if the search service has an upgrade available.