Package | Description |
---|---|
com.microsoft.azure.management.search |
This package contains the classes for SearchManagementClient.
|
Modifier and Type | Method and Description |
---|---|
QueryKey |
SearchService.createQueryKey(String name)
Regenerates either the primary or secondary admin API key.
|
QueryKey |
SearchServices.createQueryKey(String resourceGroupName,
String searchServiceName,
String name)
Regenerates either the primary or secondary admin API key.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<QueryKey> |
SearchService.createQueryKeyAsync(String name)
Regenerates either the primary or secondary admin API key.
|
rx.Observable<QueryKey> |
SearchServices.createQueryKeyAsync(String resourceGroupName,
String searchServiceName,
String name)
Regenerates either the primary or secondary admin API key.
|
List<QueryKey> |
SearchService.listQueryKeys()
Returns the list of query API keys for the given Azure Search service.
|
List<QueryKey> |
SearchServices.listQueryKeys(String resourceGroupName,
String searchServiceName)
Returns the list of query API keys for the given Azure Search service.
|
rx.Observable<QueryKey> |
SearchService.listQueryKeysAsync()
Returns the list of query API keys for the given Azure Search service.
|
rx.Observable<QueryKey> |
SearchServices.listQueryKeysAsync(String resourceGroupName,
String searchServiceName)
Returns the list of query API keys for the given Azure Search service.
|
Copyright © 2019. All rights reserved.