QueryKeysClient Interface
public interface QueryKeysClient
An instance of this class provides access to all the operations defined in QueryKeysClient.
Method Summary
Method Details
create
public abstract QueryKeyInner create(String resourceGroupName, String searchServiceName, String name)
Generates a new query key for the specified search service. You can create up to 50 query keys per service.
Parameters:
Returns:
createAsync
public abstract Mono
Generates a new query key for the specified search service. You can create up to 50 query keys per service.
Parameters:
Returns:
createWithResponse
public abstract Response
Generates a new query key for the specified search service. You can create up to 50 query keys per service.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Generates a new query key for the specified search service. You can create up to 50 query keys per service.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String searchServiceName, String key)
Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.
Parameters:
deleteAsync
public abstract Mono
Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process for regenerating a query key is to delete and then recreate it.
Parameters:
Returns:
listBySearchService
public abstract PagedIterable
Returns the list of query API keys for the given search service.
Parameters:
Returns:
listBySearchService
public abstract PagedIterable
Returns the list of query API keys for the given search service.
Parameters:
Returns:
listBySearchServiceAsync
public abstract PagedFlux
Returns the list of query API keys for the given search service.
Parameters:
Returns:
listBySearchServiceAsync
public abstract PagedFlux
Returns the list of query API keys for the given search service.
Parameters:
Returns:
Applies to
Azure SDK for Java