你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWaitStatisticsOperations 接口

定义

WaitStatisticsOperations 操作。

public interface IWaitStatisticsOperations
type IWaitStatisticsOperations = interface
Public Interface IWaitStatisticsOperations

方法

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

检索指定标识符的等待统计信息。

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

检索指定聚合窗口的等待统计信息。

ListByServerWithHttpMessagesAsync(String, String, WaitStatisticsInput, Dictionary<String,List<String>>, CancellationToken)

检索指定聚合窗口的等待统计信息。

扩展方法

Get(IWaitStatisticsOperations, String, String, String)

检索指定标识符的等待统计信息。

GetAsync(IWaitStatisticsOperations, String, String, String, CancellationToken)

检索指定标识符的等待统计信息。

ListByServer(IWaitStatisticsOperations, String, String, WaitStatisticsInput)

检索指定聚合窗口的等待统计信息。

ListByServerAsync(IWaitStatisticsOperations, String, String, WaitStatisticsInput, CancellationToken)

检索指定聚合窗口的等待统计信息。

ListByServerNext(IWaitStatisticsOperations, String)

检索指定聚合窗口的等待统计信息。

ListByServerNextAsync(IWaitStatisticsOperations, String, CancellationToken)

检索指定聚合窗口的等待统计信息。

适用于