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.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 Cognitive 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.