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

WaitStatistics interface

Interface representing a WaitStatistics.

Methods

get(string, string, string, WaitStatisticsGetOptionalParams)

Retrieve wait statistics for specified identifier.

listByServer(string, string, WaitStatisticsInput, WaitStatisticsListByServerOptionalParams)

Retrieve wait statistics for specified aggregation window.

Method Details

get(string, string, string, WaitStatisticsGetOptionalParams)

Retrieve wait statistics for specified identifier.

function get(resourceGroupName: string, serverName: string, waitStatisticsId: string, options?: WaitStatisticsGetOptionalParams): Promise<WaitStatistic>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serverName

string

The name of the server.

waitStatisticsId

string

The Wait Statistic identifier.

options
WaitStatisticsGetOptionalParams

The options parameters.

Returns

Promise<WaitStatistic>

listByServer(string, string, WaitStatisticsInput, WaitStatisticsListByServerOptionalParams)

Retrieve wait statistics for specified aggregation window.

function listByServer(resourceGroupName: string, serverName: string, parameters: WaitStatisticsInput, options?: WaitStatisticsListByServerOptionalParams): PagedAsyncIterableIterator<WaitStatistic, WaitStatistic[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serverName

string

The name of the server.

parameters
WaitStatisticsInput

The required parameters for retrieving wait statistics.

options
WaitStatisticsListByServerOptionalParams

The options parameters.

Returns