IQueryTextsOperations Interface
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.
QueryTextsOperations operations.
public interface IQueryTextsOperations
type IQueryTextsOperations = interface
Public Interface IQueryTextsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the Query-Store query texts for the queryId. |
ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the Query-Store query texts for specified queryIds. |
ListByServerWithHttpMessagesAsync(String, String, IList<String>, Dictionary<String,List<String>>, CancellationToken) |
Retrieve the Query-Store query texts for specified queryIds. |
Extension 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