SearchService.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,SearchService.UpdateStages.WithReplicaCount,SearchService.UpdateStages.WithPartitionCount
The template for a Search service update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
Resource.UpdateWithTags<T>.withoutTag(String key)
SearchService.UpdateStages.WithPartitionCount.withPartitionCount(int count)
SearchService.UpdateStages.WithReplicaCount.withReplicaCount(int count)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java