Uses of Class
com.azure.resourcemanager.search.fluent.models.QueryKeyInner
Packages that use QueryKeyInner
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of QueryKeyInner in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent that return QueryKeyInnerModifier and TypeMethodDescriptionGenerates a new query key for the specified search service.Methods in com.azure.resourcemanager.search.fluent that return types with arguments of type QueryKeyInnerModifier and TypeMethodDescriptionQueryKeysClient.createAsync(String resourceGroupName, String searchServiceName, String name) Generates a new query key for the specified search service.QueryKeysClient.createAsync(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId) Generates a new query key for the specified search service.com.azure.core.http.rest.Response<QueryKeyInner>QueryKeysClient.createWithResponse(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId, com.azure.core.util.Context context) Generates a new query key for the specified search service.Mono<com.azure.core.http.rest.Response<QueryKeyInner>>QueryKeysClient.createWithResponseAsync(String resourceGroupName, String searchServiceName, String name, UUID clientRequestId) Generates a new query key for the specified search service.com.azure.core.http.rest.PagedIterable<QueryKeyInner>QueryKeysClient.listBySearchService(String resourceGroupName, String searchServiceName) Returns the list of query API keys for the given Azure Cognitive Search service.com.azure.core.http.rest.PagedIterable<QueryKeyInner>QueryKeysClient.listBySearchService(String resourceGroupName, String searchServiceName, UUID clientRequestId, com.azure.core.util.Context context) Returns the list of query API keys for the given Azure Cognitive Search service.com.azure.core.http.rest.PagedFlux<QueryKeyInner>QueryKeysClient.listBySearchServiceAsync(String resourceGroupName, String searchServiceName) Returns the list of query API keys for the given Azure Cognitive Search service.com.azure.core.http.rest.PagedFlux<QueryKeyInner>QueryKeysClient.listBySearchServiceAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId) Returns the list of query API keys for the given Azure Cognitive Search service. -
Uses of QueryKeyInner in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return types with arguments of type QueryKeyInnerModifier and TypeMethodDescriptionListQueryKeysResult.value()Get the value property: The query keys for the Azure Cognitive Search service.