SearchService.Update インターフェイス
public interface Update extends Appliable,Resource.UpdateWithTags,SearchService.UpdateStages.WithReplicaCount,SearchService.UpdateStages.WithPartitionCount
変更可能なすべての設定を含むSearch Service更新操作のテンプレート。
継承メンバー
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)
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java