QueryTexts Interface
public interface QueryTexts
Resource collection API of QueryTexts.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Query |
get(String resourceGroupName, String serverName, String queryId)
Retrieve the Query-Store query texts for the query |
|
abstract
Response<Query |
getWithResponse(String resourceGroupName, String serverName, String queryId, Context context)
Retrieve the Query-Store query texts for the query |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, List<String> queryIds)
Retrieve the Query-Store query texts for specified query |
|
abstract
Paged |
listByServer(String resourceGroupName, String serverName, List<String> queryIds, Context context)
Retrieve the Query-Store query texts for specified query |
Method Details
get
public abstract QueryText get(String resourceGroupName, String serverName, String queryId)
Retrieve the Query-Store query texts for the queryId.
Parameters:
Returns:
getWithResponse
public abstract Response<QueryText> getWithResponse(String resourceGroupName, String serverName, String queryId, Context context)
Retrieve the Query-Store query texts for the queryId.
Parameters:
Returns:
listByServer
public abstract PagedIterable<QueryText> listByServer(String resourceGroupName, String serverName, List<String> queryIds)
Retrieve the Query-Store query texts for specified queryIds.
Parameters:
Returns:
listByServer
public abstract PagedIterable<QueryText> listByServer(String resourceGroupName, String serverName, List<String> queryIds, Context context)
Retrieve the Query-Store query texts for specified queryIds.
Parameters:
Returns: