Uses of Interface
com.microsoft.azure.management.search.QueryKey
Package
Description
This package contains the classes for SearchManagementClient.
-
Uses of QueryKey in com.microsoft.azure.management.search
Modifier and TypeMethodDescriptionSearchService.createQueryKey
(String name) Regenerates either the primary or secondary admin API key.SearchServices.createQueryKey
(String resourceGroupName, String searchServiceName, String name) Regenerates either the primary or secondary admin API key.Modifier and TypeMethodDescriptionrx.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.SearchService.listQueryKeys()
Returns the list of query API keys for the given Azure Search service.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.