TopQueryStatisticsOperationsExtensions 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 TopQueryStatisticsOperations.
public static class TopQueryStatisticsOperationsExtensions
type TopQueryStatisticsOperationsExtensions = class
Public Module TopQueryStatisticsOperationsExtensions
- Inheritance
-
TopQueryStatisticsOperationsExtensions
Methods
Get(ITopQueryStatisticsOperations, String, String, String) |
Retrieve the query statistic for specified identifier. |
GetAsync(ITopQueryStatisticsOperations, String, String, String, CancellationToken) |
Retrieve the query statistic for specified identifier. |
ListByServer(ITopQueryStatisticsOperations, String, String, TopQueryStatisticsInput) |
Retrieve the Query-Store top queries for specified metric and aggregation. |
ListByServerAsync(ITopQueryStatisticsOperations, String, String, TopQueryStatisticsInput, CancellationToken) |
Retrieve the Query-Store top queries for specified metric and aggregation. |
ListByServerNext(ITopQueryStatisticsOperations, String) |
Retrieve the Query-Store top queries for specified metric and aggregation. |
ListByServerNextAsync(ITopQueryStatisticsOperations, String, CancellationToken) |
Retrieve the Query-Store top queries for specified metric and aggregation. |
Applies to
Azure SDK for .NET