Uses of Interface
com.azure.resourcemanager.search.models.QueryKey
Packages that use QueryKey
Package
Description
Package containing the data models for SearchManagementClient.
-
Uses of QueryKey in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models 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.azure.resourcemanager.search.models that return types with arguments of type QueryKeyModifier and TypeMethodDescriptionSearchService.createQueryKeyAsync(String name) Regenerates either the primary or secondary admin API key.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.