Skip to content

Commit 956c27a

Browse files
authored
Update Javadoc of premium SDK for azure-resourcemanager-search (#43633)
1 parent ae72729 commit 956c27a

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

sdk/resourcemanager/azure-resourcemanager-search/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545

4646
--add-opens com.azure.core/com.azure.core.implementation.util=ALL-UNNAMED
4747
</javaModulesSurefireArgLine>
48-
<doclintMissingInclusion>-</doclintMissingInclusion>
4948
</properties>
5049

5150
<developers>

sdk/resourcemanager/azure-resourcemanager-search/src/main/java/com/azure/resourcemanager/search/SearchServiceManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ private SearchServiceManager(HttpPipeline httpPipeline, AzureProfile profile) {
9393
}
9494

9595
/**
96+
* Gets the API entry point of the search management.
97+
*
9698
* @return the availability set resource management API entry point
9799
*/
98100
public SearchServices searchServices() {

sdk/resourcemanager/azure-resourcemanager-search/src/main/java/com/azure/resourcemanager/search/models/QueryKey.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@
1212
@Fluent
1313
public interface QueryKey {
1414
/**
15+
* Gets the name of the query API key.
16+
*
1517
* @return the name of the query API key
1618
*/
1719
String name();
1820

1921
/**
22+
* Gets the query key.
23+
*
2024
* @return the key value
2125
*/
2226
String key();

sdk/resourcemanager/azure-resourcemanager-search/src/main/java/com/azure/resourcemanager/search/models/SearchService.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ public interface SearchService extends GroupableResource<SearchServiceManager, S
3737
HostingMode hostingMode();
3838

3939
/**
40+
* Gets the number of partitions used by the service.
41+
*
4042
* @return the number of partitions used by the service
4143
*/
4244
int partitionCount();
@@ -57,11 +59,15 @@ public interface SearchService extends GroupableResource<SearchServiceManager, S
5759
ProvisioningState provisioningState();
5860

5961
/**
62+
* Gets the number of replicas used by the service.
63+
*
6064
* @return the number of replicas used by the service
6165
*/
6266
int replicaCount();
6367

6468
/**
69+
* Gets the SKU type of the service.
70+
*
6571
* @return the SKU type of the service
6672
*/
6773
Sku sku();
@@ -87,6 +93,8 @@ public interface SearchService extends GroupableResource<SearchServiceManager, S
8793
SearchServiceStatus status();
8894

8995
/**
96+
* Gets the details of the status.
97+
*
9098
* @return the details of the status.
9199
*/
92100
String statusDetails();

0 commit comments

Comments
 (0)