Uses of Interface
com.microsoft.azure.management.search.QueryKey
Packages that use QueryKey
Package
Description
This package contains the classes for SearchManagementClient.
-
Uses of QueryKey in com.microsoft.azure.management.search
Methods in com.microsoft.azure.management.search that return QueryKeyModifier 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.Methods in com.microsoft.azure.management.search that return types with arguments of type QueryKeyModifier 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.