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
Methods in com.azure.resourcemanager.search.fluent.models that return SearchServicePropertiesModifier and TypeMethodDescriptionSearchServiceProperties.withAuthOptions(DataPlaneAuthOptions authOptions) Set the authOptions property: Defines the options for how the data plane API of a search service authenticates requests.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.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 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.