Mono<QueryKeyInner> |
QueryKeysClient.createAsync(String resourceGroupName,
String searchServiceName,
String name) |
Generates a new query key for the specified search service.
|
Mono<QueryKeyInner> |
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.
|