WaitStatistics interface
Interface representing a WaitStatistics.
Methods
get(string, string, string, Wait |
Retrieve wait statistics for specified identifier. |
list |
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.
The options parameters.