Mono<QueryKey> |
SearchService.createQueryKeyAsync(String name) |
Regenerates either the primary or secondary admin API key.
|
Mono<QueryKey> |
SearchServices.createQueryKeyAsync(String resourceGroupName,
String searchServiceName,
String name) |
Regenerates either the primary or secondary admin API key.
|
com.azure.core.http.rest.PagedIterable<QueryKey> |
SearchService.listQueryKeys() |
Returns the list of query API keys for the given Azure Search service.
|
com.azure.core.http.rest.PagedIterable<QueryKey> |
SearchServices.listQueryKeys(String resourceGroupName,
String searchServiceName) |
Returns the list of query API keys for the given Azure Search service.
|
com.azure.core.http.rest.PagedFlux<QueryKey> |
SearchService.listQueryKeysAsync() |
Returns the list of query API keys for the given Azure Search service.
|
com.azure.core.http.rest.PagedFlux<QueryKey> |
SearchServices.listQueryKeysAsync(String resourceGroupName,
String searchServiceName) |
Returns the list of query API keys for the given Azure Search service.
|