SearchService.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,SearchService.UpdateStages.WithReplicaCount,SearchService.UpdateStages.WithPartitionCount
O modelo de uma operação de atualização serviço Pesquisa, contendo todas as configurações que podem ser modificadas.
Membros herdados
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)
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java