QueryTextsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for QueryTextsOperations.
public static class QueryTextsOperationsExtensions
type QueryTextsOperationsExtensions = class
Public Module QueryTextsOperationsExtensions
- Inheritance
-
QueryTextsOperationsExtensions
Methods
Get(IQueryTextsOperations, String, String, String) |
Retrieve the Query-Store query texts for the queryId. |
GetAsync(IQueryTextsOperations, String, String, String, CancellationToken) |
Retrieve the Query-Store query texts for the queryId. |
ListByServer(IQueryTextsOperations, String, String, IList<String>) |
Retrieve the Query-Store query texts for specified queryIds. |
ListByServerAsync(IQueryTextsOperations, String, String, IList<String>, CancellationToken) |
Retrieve the Query-Store query texts for specified queryIds. |
ListByServerNext(IQueryTextsOperations, String) |
Retrieve the Query-Store query texts for specified queryIds. |
ListByServerNextAsync(IQueryTextsOperations, String, CancellationToken) |
Retrieve the Query-Store query texts for specified queryIds. |
Applies to
Azure SDK for .NET