Delen via


WaitStatistics interface

Interface die een WaitStatistics vertegenwoordigt.

Methoden

get(string, string, string, WaitStatisticsGetOptionalParams)

Wachtstatistieken ophalen voor de opgegeven id.

listByServer(string, string, WaitStatisticsInput, WaitStatisticsListByServerOptionalParams)

Wachtstatistieken ophalen voor het opgegeven aggregatievenster.

Methodedetails

get(string, string, string, WaitStatisticsGetOptionalParams)

Wachtstatistieken ophalen voor de opgegeven id.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serverName

string

De naam van de server.

waitStatisticsId

string

De wachtstatistiek-id.

options
WaitStatisticsGetOptionalParams

De optiesparameters.

Retouren

Promise<WaitStatistic>

listByServer(string, string, WaitStatisticsInput, WaitStatisticsListByServerOptionalParams)

Wachtstatistieken ophalen voor het opgegeven aggregatievenster.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.

serverName

string

De naam van de server.

parameters
WaitStatisticsInput

De vereiste parameters voor het ophalen van wachtstatistieken.

options
WaitStatisticsListByServerOptionalParams

De optiesparameters.

Retouren