Uses of Class
com.azure.resourcemanager.search.fluent.models.SearchServiceProperties
Packages that use SearchServiceProperties
Package
Description
Package containing the inner data models for SearchManagementClient.
-
Uses of SearchServiceProperties in com.azure.resourcemanager.search.fluent.models
Classes in com.azure.resourcemanager.search.fluent.models that implement interfaces with type arguments of type SearchServicePropertiesModifier and TypeClassDescriptionfinal classProperties of the search service.Methods in com.azure.resourcemanager.search.fluent.models that return SearchServicePropertiesModifier and TypeMethodDescriptionstatic SearchServicePropertiesSearchServiceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SearchServiceProperties from the JsonReader.SearchServiceProperties.withAuthOptions(DataPlaneAuthOptions authOptions) Set the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.SearchServiceProperties.withComputeType(ComputeType computeType) Set the computeType property: Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.SearchServiceProperties.withDataExfiltrationProtections(List<SearchDataExfiltrationProtection> dataExfiltrationProtections) Set the dataExfiltrationProtections property: A list of data exfiltration scenarios that are explicitly disallowed for the search service.SearchServiceProperties.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.SearchServiceProperties.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.SearchServiceProperties.withEndpoint(String endpoint) Set the endpoint property: The endpoint of the Azure AI Search service.SearchServiceProperties.withHostingMode(HostingMode hostingMode) Set the hostingMode property: Applicable only for the standard3 SKU.SearchServiceProperties.withNetworkRuleSet(NetworkRuleSet networkRuleSet) Set the networkRuleSet property: Network specific rules that determine how the Azure AI Search service may be reached.SearchServiceProperties.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.SearchServiceProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates.SearchServiceProperties.withReplicaCount(Integer replicaCount) Set the replicaCount property: The number of replicas in the search service.SearchServiceProperties.withSemanticSearch(SearchSemanticSearch semanticSearch) Set the semanticSearch property: Sets options that control the availability of semantic search.SearchServiceProperties.withUpgradeAvailable(UpgradeAvailable upgradeAvailable) Set the upgradeAvailable property: Indicates if the search service has an upgrade available.