SearchService.DefinitionStages.WithPartitionsAndCreate インターフェイス
public interface WithPartitionsAndCreate extends SearchService.DefinitionStages.WithReplicasAndCreate
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
Search |
withPartitionCount(int count)
Search Serviceの SKU を指定します。 |
継承メンバー
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
SearchService.DefinitionStages.WithReplicasAndCreate.withReplicaCount(int count)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
メソッドの詳細
withPartitionCount
public WithReplicasAndCreate withPartitionCount(int count)
Search Serviceの SKU を指定します。
パラメーター:
count
- 作成するパーティションの数
戻り値:
定義の次のステージ
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java